Searched refs:matchIntPart (Results 1 – 1 of 1) sorted by relevance
1016 static std::optional<IntPart> matchIntPart(Value *V) { in matchIntPart() function1056 std::optional<IntPart> L0 = matchIntPart(Cmp0->getOperand(0)); in foldEqOfParts()1057 std::optional<IntPart> R0 = matchIntPart(Cmp0->getOperand(1)); in foldEqOfParts()1058 std::optional<IntPart> L1 = matchIntPart(Cmp1->getOperand(0)); in foldEqOfParts()1059 std::optional<IntPart> R1 = matchIntPart(Cmp1->getOperand(1)); in foldEqOfParts()