Searched refs:matchIntPart (Results 1 – 1 of 1) sorted by relevance
1085 static Optional<IntPart> matchIntPart(Value *V) { in matchIntPart() function1125 Optional<IntPart> L0 = matchIntPart(Cmp0->getOperand(0)); in foldEqOfParts()1126 Optional<IntPart> R0 = matchIntPart(Cmp0->getOperand(1)); in foldEqOfParts()1127 Optional<IntPart> L1 = matchIntPart(Cmp1->getOperand(0)); in foldEqOfParts()1128 Optional<IntPart> R1 = matchIntPart(Cmp1->getOperand(1)); in foldEqOfParts()