Home
last modified time | relevance | path

Searched refs:OperandWidth (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp657 size_t OperandWidth = F->getReturnType()->getPrimitiveSizeInBits(); in upgradeArmOrAarch64IntrinsicFunction() local
658 assert((OperandWidth == 64 || OperandWidth == 128) && in upgradeArmOrAarch64IntrinsicFunction()
663 FixedVectorType::get(Type::getBFloatTy(Ctx), OperandWidth / 16)}}; in upgradeArmOrAarch64IntrinsicFunction()
4457 size_t OperandWidth = in UpgradeIntrinsicCall() local
4459 assert((OperandWidth == 64 || OperandWidth == 128) && in UpgradeIntrinsicCall()
4461 Type *NewTy = FixedVectorType::get(Type::getBFloatTy(C), OperandWidth / 16); in UpgradeIntrinsicCall()