Searched refs:SimplifyLShrInst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 141 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1294 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() function 1316 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() function in llvm 1320 return ::SimplifyLShrInst(Op0, Op1, isExact, Query (DL, TLI, DT), in SimplifyLShrInst() 2916 return SimplifyLShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse); in SimplifyBinOp() 3119 Result = SimplifyLShrInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 733 if (Value *V = SimplifyLShrInst(I.getOperand(0), I.getOperand(1), in visitLShr()
|