Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:NewCI

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