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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1324 /// SimplifyAShrInst - Given operands for an AShr, see if we can
1326 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, function
1352 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, function in class:llvm
1356 return ::SimplifyAShrInst(Op0, Op1, isExact, Query (DL, TLI, DT),
2918 return SimplifyAShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
3124 Result = SimplifyAShrInst(I->getOperand(0), I->getOperand(1),

Completed in 95 milliseconds