Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h172 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1432 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() function
1455 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() function in llvm
1460 return ::SimplifyAShrInst(Op0, Op1, isExact, Query(DL, TLI, DT, AC, CxtI), in SimplifyAShrInst()
3733 return SimplifyAShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse); in SimplifyBinOp()
4016 Result = SimplifyAShrInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp785 if (Value *V = SimplifyAShrInst(I.getOperand(0), I.getOperand(1), I.isExact(), in visitAShr()