Searched refs:TrueRes (Results 1 – 1 of 1) sorted by relevance
4499 SDValue TrueRes = N->getOperand(2); in mayUseP9Setb() local4501 ConstantSDNode *TrueConst = dyn_cast<ConstantSDNode>(TrueRes); in mayUseP9Setb()6079 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts() local6080 if (!TrueRes || TrueRes.isUndef()) in foldBoolExts()6088 uint64_t True = cast<ConstantSDNode>(TrueRes)->getZExtValue(), in foldBoolExts()6095 Res = CurDAG->getSelect(dl, User->getValueType(0), Cond, TrueRes, FalseRes); in foldBoolExts()6097 ConstTrue = TrueRes; in foldBoolExts()