Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h322 Instruction *foldCastedBitwiseLogic(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp1410 Instruction *InstCombinerImpl::foldCastedBitwiseLogic(BinaryOperator &I) { in foldCastedBitwiseLogic() function in InstCombinerImpl
2140 if (Instruction *CastedAnd = foldCastedBitwiseLogic(I)) in visitAnd()
2986 if (Instruction *CastedOr = foldCastedBitwiseLogic(I)) in visitOr()
3845 if (Instruction *CastedXor = foldCastedBitwiseLogic(I)) in visitXor()