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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1285 /// SimplifyAShrInst - Given operands for an AShr, see if we can
1287 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, function
1309 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, function in class:llvm
1313 return ::SimplifyAShrInst(Op0, Op1, isExact, Query (TD, TLI, DT),
2699 return SimplifyAShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
2818 Result = SimplifyAShrInst(I->getOperand(0), I->getOperand(1),

Completed in 122 milliseconds