Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h332 Instruction *foldNot(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp3848 Instruction *InstCombinerImpl::foldNot(BinaryOperator &I) { in foldNot() function in InstCombinerImpl
4071 if (Instruction *R = foldNot(I)) in visitXor()