Home
last modified time | relevance | path

Searched refs:matchIntPart (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1019 static Optional<IntPart> matchIntPart(Value *V) { in matchIntPart() function
1059 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()