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

/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp126 /// Ptr is the pointer that will be read/written, and InstVal is either the
130 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) { argument
131 uint64_t NeededSize = TD->getTypeStoreSize(InstVal->getType());
/external/llvm/include/llvm/MC/
H A DMCInst.h49 const MCInst *InstVal; member in union:llvm::MCOperand::__anon21881
104 return InstVal;
108 InstVal = Val;
138 Op.InstVal = Val;

Completed in 128 milliseconds