Searched refs:SimplifyAShrInst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 172 Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1432 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/ |
D | InstCombineShifts.cpp | 785 if (Value *V = SimplifyAShrInst(I.getOperand(0), I.getOperand(1), I.isExact(), in visitAShr()
|