Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h377 Instruction *foldCastedBitwiseLogic(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp1662 Instruction *InstCombinerImpl::foldCastedBitwiseLogic(BinaryOperator &I) { in foldCastedBitwiseLogic() function in InstCombinerImpl
2628 if (Instruction *CastedAnd = foldCastedBitwiseLogic(I)) in visitAnd()
3682 if (Instruction *CastedOr = foldCastedBitwiseLogic(I)) in visitOr()
4795 if (Instruction *CastedXor = foldCastedBitwiseLogic(I)) in visitXor()