Searched refs:matchIntPart (Results 1 – 1 of 1) sorted by relevance
1019 static Optional<IntPart> matchIntPart(Value *V) { in matchIntPart() function1059 Optional<IntPart> L0 = matchIntPart(Cmp0->getOperand(0)); in foldEqOfParts()1060 Optional<IntPart> R0 = matchIntPart(Cmp0->getOperand(1)); in foldEqOfParts()1061 Optional<IntPart> L1 = matchIntPart(Cmp1->getOperand(0)); in foldEqOfParts()1062 Optional<IntPart> R1 = matchIntPart(Cmp1->getOperand(1)); in foldEqOfParts()