Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h918 Instruction *OptAndOp(BinaryOperator *Op, ConstantInt *OpRHS,
H A DInstCombineAndOrXor.cpp118 Instruction *InstCombiner::OptAndOp(BinaryOperator *Op, in OptAndOp() function in InstCombiner
1649 if (Instruction *Res = OptAndOp(Op0I, Op0CI, AndRHS, I)) in visitAnd()