Searched refs:TheAnd (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 197 BinaryOperator &TheAnd) { in OptAndOp() argument 255 TheAnd.setOperand(0, X); in OptAndOp() 256 return &TheAnd; in OptAndOp() 280 return ReplaceInstUsesWith(TheAnd, Op); // No need for the and. in OptAndOp() 283 TheAnd.setOperand(1, CI); in OptAndOp() 284 return &TheAnd; in OptAndOp() 301 return ReplaceInstUsesWith(TheAnd, Op); in OptAndOp() 304 TheAnd.setOperand(1, CI); // Reduce bits set in and cst. in OptAndOp() 305 return &TheAnd; in OptAndOp() 324 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd.getName()); in OptAndOp()
|
D | InstCombine.h | 350 ConstantInt *AndRHS, BinaryOperator &TheAnd);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 153 BinaryOperator &TheAnd) { in OptAndOp() argument 211 TheAnd.setOperand(0, X); in OptAndOp() 212 return &TheAnd; in OptAndOp() 235 return replaceInstUsesWith(TheAnd, Op); // No need for the and. in OptAndOp() 238 TheAnd.setOperand(1, CI); in OptAndOp() 239 return &TheAnd; in OptAndOp() 255 return replaceInstUsesWith(TheAnd, Op); in OptAndOp() 258 TheAnd.setOperand(1, CI); // Reduce bits set in and cst. in OptAndOp() 259 return &TheAnd; in OptAndOp() 277 return BinaryOperator::CreateAnd(ShVal, AndRHS, TheAnd.getName()); in OptAndOp()
|
D | InstCombineInternal.h | 558 ConstantInt *AndRHS, BinaryOperator &TheAnd);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 878 ConstantInt *AndRHS, BinaryOperator &TheAnd);
|
D | InstCombineAndOrXor.cpp | 121 BinaryOperator &TheAnd) { in OptAndOp() argument 147 TheAnd.setOperand(0, X); in OptAndOp() 148 return &TheAnd; in OptAndOp()
|