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

  /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())
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 658 SDValue Con = DAG.getConstant(CFP->getValueAPF().
661 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
668 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt().
670 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
    [all...]
LegalizeVectorTypes.cpp     [all...]

Completed in 28 milliseconds