Searched defs:PtrVal (Results 1 – 8 of 8) sorted by relevance
88 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()92 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair()98 void setPointer(PointerTy PtrVal) & { in setPointer()106 void initWithPointer(PointerTy PtrVal) & { in initWithPointer()110 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) & { in setPointerAndInt()
308 const auto PtrVal = C.getSValBuilder().getConjuredHeapSymbolVal( in evalCall() local
1855 Value *PtrVal = PointerOperand; expandAtomicOpToLibcall() local
2500 Value *PtrVal = PtrOps.pop_back_val(); optimizeCallInst() local
1601 ValueLatticeElement PtrVal = getValueState(I.getOperand(0)); visitLoadInst() local
77 Value *PtrVal = nullptr; global() member
579 return PtrVal; in getImageRelativeConstant() argument
8420 getMemCmpLoad(const Value * PtrVal,MVT LoadVT,SelectionDAGBuilder & Builder) getMemCmpLoad() argument