Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp55 static Value *getBoundsCheckCond(Value *Ptr, Value *InstVal, in getBoundsCheckCond() argument
59 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType()); in getBoundsCheckCond()
/llvm-project-15.0.7/llvm/utils/
H A Dllvm.grm374 Inst ::= ^ " " ^ OptLocalAssign InstVal ^ "\n";
391 InstVal ::=
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp3384 isl_val *InstVal = isl_val_int_from_si(S->getIslCtx().get(), InstCount); in approxDynamicInst() local
3385 auto *InstExpr = isl_ast_expr_from_val(InstVal); in approxDynamicInst()