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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2243 ConstraintInfos = IA->ParseConstraints(); local
2248 for (unsigned i = 0, e = ConstraintInfos.size(); i != e; ++i) {
2249 ConstraintOperands.push_back(AsmOperandInfo(ConstraintInfos[i]));
2328 if (ConstraintInfos.size()) {

Completed in 369 milliseconds