Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1016 static std::optional<IntPart> matchIntPart(Value *V) { in matchIntPart() function
1056 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()