Searched refs:TrueRes (Results 1 – 1 of 1) sorted by relevance
4532 SDValue TrueRes = N->getOperand(2); in mayUseP9Setb() local4534 ConstantSDNode *TrueConst = dyn_cast<ConstantSDNode>(TrueRes); in mayUseP9Setb()6426 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts() local6427 if (!TrueRes || TrueRes.isUndef()) in foldBoolExts()6435 uint64_t True = cast<ConstantSDNode>(TrueRes)->getZExtValue(), in foldBoolExts()6442 Res = CurDAG->getSelect(dl, User->getValueType(0), Cond, TrueRes, FalseRes); in foldBoolExts()6444 ConstTrue = TrueRes; in foldBoolExts()