Home
last modified time | relevance | path

Searched refs:setTrueValue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp284 SI->setTrueValue(ParamInGenericAS); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1219 BaseSI->setTrueValue(getBaseForInput(SI->getTrueValue(), BaseSI)); in findBasePointer()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h459 void setTrueValue(Value *New) { setOperand(1, New); } in setTrueValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1733 void setTrueValue(Value *V) { Op<1>() = V; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4875 Sel->setTrueValue(ConstantExpr::getNot(cast<Constant>(TV))); in foldNot()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4449 Select->setTrueValue(ST.Get(Map[TrueValue])); in FillPlaceholders()