Searched defs:TheAnd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp134 BinaryOperator &TheAnd) {
192 TheAnd.setOperand(0, X);
193 return &TheAnd;
217 return ReplaceInstUsesWith(TheAnd, Op); // No need for the and.
220 TheAnd.setOperand(1, CI);
221 return &TheAnd;
238 return ReplaceInstUsesWith(TheAnd, Op);
241 TheAnd.setOperand(1, CI); // Reduce bits set in and cst.
242 return &TheAnd;
261 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd
131 OptAndOp(Instruction *Op, ConstantInt *OpRHS, ConstantInt *AndRHS, BinaryOperator &TheAnd) argument
[all...]

Completed in 18 milliseconds