Searched defs:SimplifyAShrInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1430 /// SimplifyAShrInst - Given operands for an AShr, see if we can
1432 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, function
1455 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, function in class:llvm
1460 return ::SimplifyAShrInst(Op0, Op1, isExact, Query(DL, TLI, DT, AC, CxtI),
3733 return SimplifyAShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
4016 Result = SimplifyAShrInst(I->getOperand(0), I->getOperand(1),

Completed in 59 milliseconds