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.h54 const MCInst *InstVal; member
126 return InstVal; in getInst()
131 InstVal = Val; in setInst()
172 Op.InstVal = Val; in createInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp56 static Value *getBoundsCheckCond(Value *Ptr, Value *InstVal, in getBoundsCheckCond() argument
60 TypeSize NeededSize = DL.getTypeStoreSize(InstVal->getType()); in getBoundsCheckCond()