Searched refs:LHSC (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolution.cpp1485 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1490 Ops[0] = getConstant(LHSC->getValue()->getValue() +
1494 LHSC = cast<SCEVConstant>(Ops[0]);
1498 if (LHSC->getValue()->isZero()) {
1888 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) {
1895 return getAddExpr(getMulExpr(LHSC, Add->getOperand(0)),
1896 getMulExpr(LHSC, Add->getOperand(1)));
1902 LHSC->getValue()->getValue() *
1907 LHSC = cast<SCEVConstant>(Ops[0]);
2213 if (const SCEVConstant *LHSC
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1361 ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(1)); local
1362 if (!LHSC) break;
1363 const APInt &LHSV = LHSC->getValue();
2013 ConstantInt *LHSC = 0; local
2014 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2015 LHSC->getValue() != Op0KnownZeroInverted)
2050 ConstantInt *LHSC = 0; local
2051 if (!match(Op0, m_And(m_Value(LHS), m_ConstantInt(LHSC))) ||
2052 LHSC->getValue() != Op0KnownZeroInverted)
H A DInstCombineAndOrXor.cpp946 if (ConstantFP *LHSC = dyn_cast<ConstantFP>(LHS->getOperand(1)))
950 if (LHSC->getValueAPF().isNaN() || RHSC->getValueAPF().isNaN())
1637 if (ConstantFP *LHSC = dyn_cast<ConstantFP>(LHS->getOperand(1)))
1641 if (LHSC->getValueAPF().isNaN() || RHSC->getValueAPF().isNaN())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1072 unsigned LHSC = LHS ? LHS->getZExtValue() : 0; local
1076 if (LHSC != 0 || RHSC != 0) return false;

Completed in 271 milliseconds