Searched refs:setTrueValue (Results 1 – 6 of 6) sorted by relevance
284 SI->setTrueValue(ParamInGenericAS); in INITIALIZE_PASS_DEPENDENCY()
1219 BaseSI->setTrueValue(getBaseForInput(SI->getTrueValue(), BaseSI)); in findBasePointer()
459 void setTrueValue(Value *New) { setOperand(1, New); } in setTrueValue() function
1733 void setTrueValue(Value *V) { Op<1>() = V; }
4875 Sel->setTrueValue(ConstantExpr::getNot(cast<Constant>(TV))); in foldNot()
4449 Select->setTrueValue(ST.Get(Map[TrueValue])); in FillPlaceholders()