HomeSort by relevance Sort by last modified time
    Searched defs:Con (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 662 SDValue Con = DAG.getConstant(CFP->getValueAPF().
665 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
672 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt().
674 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
    [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 98 Value *Val = 0; Constant *Con = 0;
99 if (match(V, m_Add(m_Value(Val), m_Constant(Con)))) {
100 if (Con->getAggregateElement(EltNo)->isNullValue())
    [all...]

Completed in 79 milliseconds