Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h141 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1294 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/
DInstCombineShifts.cpp733 if (Value *V = SimplifyLShrInst(I.getOperand(0), I.getOperand(1), in visitLShr()