Lines Matching refs:NewCI
583 CallInst *NewCI = nullptr; in visitCallAtomicCmpXchg() local
596 NewCI = NCI; in visitCallAtomicCmpXchg()
602 return NewCI; in visitCallAtomicCmpXchg()
982 [=](CallInst *NewCI) -> Instruction * { in transBuiltin() argument
983 if (NewCI->getType()->isIntegerTy() && CI->getType()->isIntegerTy()) in transBuiltin()
984 return CastInst::CreateIntegerCast(NewCI, CI->getType(), in transBuiltin()
988 NewCI, CI->getType(), "", CI); in transBuiltin()
1289 [=](CallInst *NewCI) -> Instruction * { in visitCallRelational() argument
1291 if (NewCI->getType()->isVectorTy()) { in visitCallRelational()
1293 if (cast<VectorType>(NewCI->getOperand(0)->getType()) in visitCallRelational()
1297 if (cast<VectorType>(NewCI->getOperand(0)->getType()) in visitCallRelational()
1302 NewCI->getType()->getVectorNumElements()); in visitCallRelational()
1309 return SelectInst::Create(NewCI, True, False, "", NewCI->getNextNode()); in visitCallRelational()
1364 [=](CallInst *NewCI) -> Instruction * { in visitCallGetFence() argument
1365 return BinaryOperator::CreateLShr(NewCI, getInt32(M, 8), "", CI); in visitCallGetFence()
1451 [=](CallInst *NewCI) -> Instruction * { in visitCallGetImageChannel() argument
1453 NewCI, getInt32(M, Offset), "", CI); in visitCallGetImageChannel()