Searched refs:FalseX (Results 1 – 2 of 2) sorted by relevance
86 unsigned FalseX = std::numeric_limits<unsigned>::max(); member254 CI.FalseX = Idx; in genMuxInBlock()256 CI.FalseX == std::numeric_limits<unsigned>::max()) in genMuxInBlock()264 unsigned MinX = std::min(CI.TrueX, CI.FalseX); in genMuxInBlock()265 unsigned MaxX = std::max(CI.TrueX, CI.FalseX); in genMuxInBlock()309 MachineOperand *SrcF = (MinX == CI.FalseX) ? Src1 : Src2; in genMuxInBlock()
960 ConstantRange FalseX = in solveBlockValueBinaryOpImpl() local969 OpFn(TrueX, TrueY).unionWith(OpFn(FalseX, FalseY))); in solveBlockValueBinaryOpImpl()971 OpFn(TrueY, TrueX).unionWith(OpFn(FalseY, FalseX))); in solveBlockValueBinaryOpImpl()