Searched refs:findAssignPtrTypeInstr (Results 1 – 3 of 3) sorted by relevance
374 CallInst *CI = GR->findAssignPtrTypeInstr(Op); in reconstructType()962 if (CallInst *AssignCI = GR->findAssignPtrTypeInstr(CI)) { in deduceOperandElementTypeFunctionRet()1127 AskCI = GR->findAssignPtrTypeInstr(Op); in deduceOperandElementType()1145 CallInst *AssignCI = AskCI ? AskCI : GR->findAssignPtrTypeInstr(Op); in deduceOperandElementType()1441 CallInst *AssignCI = GR->findAssignPtrTypeInstr(V); in insertAssignPtrTypeTargetExt()1529 if (CallInst *AssignCI = GR->findAssignPtrTypeInstr(Pointer)) { in replacePointerOperandWithPtrCast()2230 if (CallInst *AssignCI = GR->findAssignPtrTypeInstr(Arg)) { in processParamTypes()2433 if (Postpone && !GR->findAssignPtrTypeInstr(I)) in runOnFunction()2484 CallInst *AssignCI = GR->findAssignPtrTypeInstr(Op); in postprocessTypes()
142 CallInst *findAssignPtrTypeInstr(const Value *Val) { in findAssignPtrTypeInstr() function149 if (CallInst *CI = findAssignPtrTypeInstr(OldVal)) { in updateIfExistAssignPtrTypeInstr()
2025 CallInst *AssignPtrTyCI = findAssignPtrTypeInstr(Arg); in buildAssignPtr()