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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h50 const MCInst *InstVal; member in union:llvm::MCOperand::__anon3240
107 return InstVal;
112 InstVal = Val;
146 Op.InstVal = Val;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp52 /// \p Ptr is the pointer that will be read/written, and \p InstVal is either
57 static Value *getBoundsCheckCond(Value *Ptr, Value *InstVal, argument
61 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType());

Completed in 67 milliseconds