Searched refs:OptAndOp (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 349 Instruction *OptAndOp(Instruction *Op, ConstantInt *OpRHS,
|
D | InstCombineAndOrXor.cpp | 194 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/ |
D | InstCombineInternal.h | 557 Instruction *OptAndOp(Instruction *Op, ConstantInt *OpRHS,
|
D | InstCombineAndOrXor.cpp | 150 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/ |
D | InstCombineInternal.h | 877 Instruction *OptAndOp(BinaryOperator *Op, ConstantInt *OpRHS,
|
D | InstCombineAndOrXor.cpp | 118 Instruction *InstCombiner::OptAndOp(BinaryOperator *Op, in OptAndOp() function in InstCombiner 1522 if (Instruction *Res = OptAndOp(Op0I, Op0CI, AndRHS, I)) in visitAnd()
|