Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h324 Instruction *foldCastedBitwiseLogic(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp1521 Instruction *InstCombinerImpl::foldCastedBitwiseLogic(BinaryOperator &I) { in foldCastedBitwiseLogic() function in InstCombinerImpl
2344 if (Instruction *CastedAnd = foldCastedBitwiseLogic(I)) in visitAnd()
3272 if (Instruction *CastedOr = foldCastedBitwiseLogic(I)) in visitOr()
4288 if (Instruction *CastedXor = foldCastedBitwiseLogic(I)) in visitXor()