Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInstructionSimplify.h82 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h163 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1099 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() function
1118 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() function in llvm
1120 return ::SimplifyLShrInst(Op0, Op1, isExact, TD, DT, RecursionLimit); in SimplifyLShrInst()
2363 return SimplifyLShrInst(LHS, RHS, /*isExact*/false, TD, DT, MaxRecurse); in SimplifyBinOp()
2469 Result = SimplifyLShrInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp668 if (Value *V = SimplifyLShrInst(I.getOperand(0), I.getOperand(1), in visitLShr()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1402 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() function
1416 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() function in llvm
1421 return ::SimplifyLShrInst(Op0, Op1, isExact, Query(DL, TLI, DT, AC, CxtI), in SimplifyLShrInst()
3791 return SimplifyLShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse); in SimplifyBinOp()
4154 Result = SimplifyLShrInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp742 if (Value *V = SimplifyLShrInst(I.getOperand(0), I.getOperand(1), I.isExact(), in visitLShr()