Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:NewCI

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