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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1358 /// SimplifyLShrInst - Given operands for an LShr, see if we can
1360 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, function
1382 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, function in class:llvm
1386 return ::SimplifyLShrInst(Op0, Op1, isExact, Query (TD, TLI, DT),
2881 return SimplifyLShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
3083 Result = SimplifyLShrInst(I->getOperand(0), I->getOperand(1),

Completed in 112 milliseconds