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

  /external/llvm/include/llvm/MC/
MCInst.h 49 const MCInst *InstVal;
104 return InstVal;
108 InstVal = Val;
138 Op.InstVal = Val;
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 124 /// Ptr is the pointer that will be read/written, and InstVal is either the
128 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) {
129 uint64_t NeededSize = DL->getTypeStoreSize(InstVal->getType());

Completed in 5640 milliseconds