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 122 /// Ptr is the pointer that will be read/written, and InstVal is either the
126 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal,
128 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType());

Completed in 5720 milliseconds