Home
last modified time | relevance | path

Searched defs:PtrVal (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/include/llvm/ADT/
HDPointerIntPair.h61 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
66 explicit PointerIntPair(PointerTy PtrVal) { in PointerIntPair()
79 void setPointer(PointerTy PtrVal) { in setPointer()
97 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
105 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
/trueos/contrib/llvm/lib/Analysis/
HDAliasSetTracker.cpp484 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue()
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDSCCP.cpp1041 LatticeVal PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
HDGVN.cpp1167 Value *PtrVal = SrcVal->getPointerOperand(); in GetLoadValueForLoad() local
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp4270 const Value* PtrVal, in getAtomic()
4329 const Value* PtrVal, in getAtomic()
HDSelectionDAGBuilder.cpp5530 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, in getMemCmpLoad()
/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1278 VectorParts &PtrVal = getVectorValue(Ptr); in vectorizeMemoryInstruction() local