Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h383 Instruction *foldCastedBitwiseLogic(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp1743 Instruction *InstCombinerImpl::foldCastedBitwiseLogic(BinaryOperator &I) { in foldCastedBitwiseLogic() function in InstCombinerImpl
2738 if (Instruction *CastedAnd = foldCastedBitwiseLogic(I)) in visitAnd()
3801 if (Instruction *CastedOr = foldCastedBitwiseLogic(I)) in visitOr()
4920 if (Instruction *CastedXor = foldCastedBitwiseLogic(I)) in visitXor()