Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp664 size_t OperandWidth = F->getReturnType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicFunction1() local
665 assert((OperandWidth == 64 || OperandWidth == 128) && in UpgradeIntrinsicFunction1()
670 FixedVectorType::get(Type::getBFloatTy(Ctx), OperandWidth / 16) in UpgradeIntrinsicFunction1()
3706 size_t OperandWidth = in UpgradeIntrinsicCall() local
3708 assert((OperandWidth == 64 || OperandWidth == 128) && in UpgradeIntrinsicCall()
3710 Type *NewTy = FixedVectorType::get(Type::getBFloatTy(C), OperandWidth / 16); in UpgradeIntrinsicCall()