Lines Matching refs:getNullValue
1036 Constant::getNullValue(IRB.getInt8PtrTy())); in UpgradeGlobalVariable()
1056 Value *Res = Constant::getNullValue(VecTy); in UpgradeX86PSLLDQIntrinsics()
1090 Value *Res = Constant::getNullValue(VecTy); in UpgradeX86PSRLDQIntrinsics()
1179 return llvm::Constant::getNullValue(Op0->getType()); in UpgradeX86ALIGNIntrinsics()
1186 Op0 = llvm::Constant::getNullValue(Op0->getType()); in UpgradeX86ALIGNIntrinsics()
1338 return Constant::getNullValue(Ty); // FALSE in upgradeX86vpcom()
1485 Constant::getNullValue(Vec->getType()), in ApplyX86MaskOn1BitsVec()
1498 Cmp = Constant::getNullValue( in upgradeMaskedCompare()
1991 Value *Zero = llvm::Constant::getNullValue(Ty); in UpgradeIntrinsicCall()
2062 C = ConstantInt::getNullValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
2167 Value *Zero = llvm::Constant::getNullValue(Op->getType()); in UpgradeIntrinsicCall()
2518 ShuffleVectorInst::getShuffleMask(Constant::getNullValue(MaskTy), M); in UpgradeIntrinsicCall()
3264 Rep = Builder.CreateInsertElement(Constant::getNullValue(CI->getType()), in UpgradeIntrinsicCall()
3311 Value *PassThru = IsMaskZ ? Constant::getNullValue(Rep->getType()) : in UpgradeIntrinsicCall()
3368 Value *PassThru = IsMaskZ ? llvm::Constant::getNullValue(CI->getType()) : in UpgradeIntrinsicCall()
3439 Value *PassThru = IsMaskZ ? llvm::Constant::getNullValue(CI->getType()) : in UpgradeIntrinsicCall()
3606 Arg, llvm::Constant::getNullValue(Arg->getType()), "abs.cond"); in UpgradeIntrinsicCall()
3772 CI->getArgOperand(3), Constant::getNullValue(Builder.getInt8PtrTy())}); in UpgradeIntrinsicCall()
3786 CI->getArgOperand(3), Constant::getNullValue(Builder.getInt8PtrTy())}); in UpgradeIntrinsicCall()
3980 Constant::getNullValue(Type::getInt64Ty(Context))), in UpgradeTBAANode()
3985 Metadata *Elts[] = {&MD, &MD, ConstantAsMetadata::get(Constant::getNullValue( in UpgradeTBAANode()