Searched refs:OperandWidth (Results 1 – 1 of 1) sorted by relevance
754 size_t OperandWidth = F->getReturnType()->getPrimitiveSizeInBits(); in UpgradeIntrinsicFunction1() local755 assert((OperandWidth == 64 || OperandWidth == 128) && in UpgradeIntrinsicFunction1()760 FixedVectorType::get(Type::getBFloatTy(Ctx), OperandWidth / 16) in UpgradeIntrinsicFunction1()4115 size_t OperandWidth = in UpgradeIntrinsicCall() local4117 assert((OperandWidth == 64 || OperandWidth == 128) && in UpgradeIntrinsicCall()4119 Type *NewTy = FixedVectorType::get(Type::getBFloatTy(C), OperandWidth / 16); in UpgradeIntrinsicCall()