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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3218 ConstantInt *Cst1; local
3221 match(Op1, m_And(m_Value(B), m_ConstantInt(Cst1)))) ||
3223 match(Op0, m_And(m_Value(B), m_ConstantInt(Cst1))) &&
3225 APInt Pow2 = Cst1->getValue() + 1;
3234 if ((match(Op0, m_OneUse(m_LShr(m_Value(A), m_ConstantInt(Cst1)))) &&
3235 match(Op1, m_OneUse(m_LShr(m_Value(B), m_Specific(Cst1))))) ||
3236 (match(Op0, m_OneUse(m_AShr(m_Value(A), m_ConstantInt(Cst1)))) &&
3237 match(Op1, m_OneUse(m_AShr(m_Value(B), m_Specific(Cst1)))))) {
3238 unsigned TypeBits = Cst1->getBitWidth();
3239 unsigned ShAmt = (unsigned)Cst1
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1093 SDNode *Cst1, SDNode *Cst2);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2942 SDNode *Cst1, SDNode *Cst2) {
2953 ConstantSDNode *Scalar1 = dyn_cast<ConstantSDNode>(Cst1);
2964 BuildVectorSDNode *BV1 = dyn_cast<BuildVectorSDNode>(Cst1);
2941 FoldConstantArithmetic(unsigned Opcode, EVT VT, SDNode *Cst1, SDNode *Cst2) argument

Completed in 177 milliseconds