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

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h133 /// SimplifyLShrInst - Given operands for a LShr, see if we can
135 Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact,
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1360 /// SimplifyLShrInst - Given operands for an LShr, see if we can
1362 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, function
1384 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, function in class:llvm
1388 return ::SimplifyLShrInst(Op0, Op1, isExact, Query (TD, TLI, DT),
2894 return SimplifyLShrInst(LHS, RHS, /*isExact*/false, Q, MaxRecurse);
3097 Result = SimplifyLShrInst(I->getOperand(0), I->getOperand(1),
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp716 if (Value *V = SimplifyLShrInst(I.getOperand(0), I.getOperand(1),

Completed in 115 milliseconds