Searched defs:AssignCI (Results 1 – 3 of 3) sorted by relevance
962 if (CallInst *AssignCI = GR->findAssignPtrTypeInstr(CI)) { in deduceOperandElementTypeFunctionRet() local1145 CallInst *AssignCI = AskCI ? AskCI : GR->findAssignPtrTypeInstr(Op); in deduceOperandElementType() local1180 CallInst *AssignCI = in replaceMemInstrUses() local1441 CallInst *AssignCI = GR->findAssignPtrTypeInstr(V); in insertAssignPtrTypeTargetExt() local1529 if (CallInst *AssignCI = GR->findAssignPtrTypeInstr(Pointer)) { in replacePointerOperandWithPtrCast() local1951 CallInst *AssignCI = in insertAssignTypeIntrs() local1971 CallInst *AssignCI = in insertAssignTypeIntrs() local2230 if (CallInst *AssignCI = GR->findAssignPtrTypeInstr(Arg)) { in processParamTypes() local2484 CallInst *AssignCI = GR->findAssignPtrTypeInstr(Op); in postprocessTypes() local
66 CallInst *AssignCI = buildIntrWithMD(Intrinsic::spv_assign_type, in buildAssignType() local
2005 CallInst *AssignCI = nullptr; in buildAssignType() local2041 void SPIRVGlobalRegistry::updateAssignType(CallInst *AssignCI, Value *Arg, in updateAssignType()