Lines Matching refs:NewCI
1054 auto NewCI = CallInst::Create(newF, Args, CI->getName(), CI); in postProcessOCLBuiltinReturnStruct() local
1055 NewCI->setCallingConv(CI->getCallingConv()); in postProcessOCLBuiltinReturnStruct()
1167 [=](CallInst *NewCI) -> Instruction * { in postProcessOCLReadImage() argument
1170 UndefValue::get(VectorType::get(NewCI->getType(), 4)), NewCI, in postProcessOCLReadImage()
1171 getSizet(M, 0), "", NewCI->getParent()); in postProcessOCLReadImage()
1172 return NewCI; in postProcessOCLReadImage()
1225 [=](CallInst *NewCI) -> Instruction * { in postProcessGroupAllAny() argument
1227 return CastInst::CreateTruncOrBitCast(NewCI, RetTy, "", in postProcessGroupAllAny()
1228 NewCI->getNextNode()); in postProcessGroupAllAny()
2679 [=](CallInst *NewCI) -> Instruction * { in transOCLAllAny() argument
2681 NewCI, Type::getInt1Ty(*Context), "", NewCI->getNextNode()); in transOCLAllAny()
2709 [=](CallInst *NewCI) -> Instruction * { in transOCLRelational() argument
2711 if (NewCI->getType()->isVectorTy()) in transOCLRelational()
2714 NewCI->getType()->getVectorNumElements()); in transOCLRelational()
2715 return CastInst::CreateTruncOrBitCast(NewCI, RetTy, "", in transOCLRelational()
2716 NewCI->getNextNode()); in transOCLRelational()