Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h349 Instruction *OptAndOp(Instruction *Op, ConstantInt *OpRHS,
DInstCombineAndOrXor.cpp194 Instruction *InstCombiner::OptAndOp(Instruction *Op, in OptAndOp() function in InstCombiner
1124 if (Instruction *Res = OptAndOp(Op0I, Op0CI, AndRHS, I)) in visitAnd()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h557 Instruction *OptAndOp(Instruction *Op, ConstantInt *OpRHS,
DInstCombineAndOrXor.cpp150 Instruction *InstCombiner::OptAndOp(Instruction *Op, in OptAndOp() function in InstCombiner
1409 if (Instruction *Res = OptAndOp(Op0I, Op0CI, AndRHS, I)) in visitAnd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h877 Instruction *OptAndOp(BinaryOperator *Op, ConstantInt *OpRHS,
DInstCombineAndOrXor.cpp118 Instruction *InstCombiner::OptAndOp(BinaryOperator *Op, in OptAndOp() function in InstCombiner
1522 if (Instruction *Res = OptAndOp(Op0I, Op0CI, AndRHS, I)) in visitAnd()