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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DPointerIntPair.h61 PointerIntPair(PointerTy PtrVal, IntType IntVal) { argument
66 explicit PointerIntPair(PointerTy PtrVal) { argument
79 void setPointer(PointerTy PtrVal) { argument
[all...]
H A DDenseMapInfo.h43 static unsigned getHashValue(const T *PtrVal) { argument
H A DImmutableList.h214 uintptr_t PtrVal = reinterpret_cast<uintptr_t>(X.getInternalPointer()); local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp484 void AliasSetTracker::deleteValue(Value *PtrVal) { argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1167 Value *PtrVal = SrcVal->getPointerOperand(); local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4267 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4326 getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1278 VectorParts &PtrVal = getVectorValue(Ptr); local

Completed in 219 milliseconds