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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2178 EVT CondWidenVT = EVT::getVectorVT(*DAG.getContext(), local
2194 if (Cond1.getValueType() != CondWidenVT)
2195 Cond1 = ModifyToType(Cond1, CondWidenVT);

Completed in 91 milliseconds