Lines Matching refs:Arg
1261 CallInst *CreateCall(Value *Callee, Value *Arg, const Twine &Name = "") {
1262 return Insert(CallInst::Create(Callee, Arg), Name);
1355 /// \brief Return an i1 value testing if \p Arg is null.
1356 Value *CreateIsNull(Value *Arg, const Twine &Name = "") {
1357 return CreateICmpEQ(Arg, Constant::getNullValue(Arg->getType()),
1361 /// \brief Return an i1 value testing if \p Arg is not null.
1362 Value *CreateIsNotNull(Value *Arg, const Twine &Name = "") {
1363 return CreateICmpNE(Arg, Constant::getNullValue(Arg->getType()),
1385 /// \brief Return a vector value that contains \arg V broadcasted to \p