Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h58 const MCInst *InstVal; member
130 return InstVal; in getInst()
135 InstVal = Val; in setInst()
176 Op.InstVal = Val; in createInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp59 static Value *getBoundsCheckCond(Value *Ptr, Value *InstVal, in getBoundsCheckCond() argument
63 TypeSize NeededSize = DL.getTypeStoreSize(InstVal->getType()); in getBoundsCheckCond()