Searched refs:TrueRes (Results 1 – 1 of 1) sorted by relevance
4513 SDValue TrueRes = N->getOperand(2); in mayUseP9Setb() local4515 ConstantSDNode *TrueConst = dyn_cast<ConstantSDNode>(TrueRes); in mayUseP9Setb()6320 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts() local6321 if (!TrueRes || TrueRes.isUndef()) in foldBoolExts()6329 uint64_t True = cast<ConstantSDNode>(TrueRes)->getZExtValue(), in foldBoolExts()6336 Res = CurDAG->getSelect(dl, User->getValueType(0), Cond, TrueRes, FalseRes); in foldBoolExts()6338 ConstTrue = TrueRes; in foldBoolExts()