Searched defs:ptrVal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h138 void *ptrVal = v.lie.getOpaqueValue(); local
139 return (unsigned((intptr_t)ptrVal)) ^ (unsigned((intptr_t)ptrVal) >> 9);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h312 const Value* ptrVal; // value representing memory location member in struct:llvm::TargetLowering::IntrinsicInfo
313 int offset; // offset off of ptrVal

Completed in 23 milliseconds