HomeSort by relevance Sort by last modified time
    Searched refs:ptrVal (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 108 void *ptrVal = v.lie.getOpaqueValue();
109 return (unsigned((intptr_t)ptrVal)) ^ (unsigned((intptr_t)ptrVal) >> 9);
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 542 const Constant *ptrVal = CE->getOperand(0);
544 int64_t Offset = TD->getIndexedOffset(ptrVal->getType(), idxVec);
545 return std::make_pair(ptrVal, Offset);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 323 const Value* ptrVal; // value representing memory location
324 int offset; // offset off of ptrVal
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 306 milliseconds