Home
last modified time | relevance | path

Searched refs:OptAndOp (Results 1 – 4 of 4) 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()