Searched defs:TypeProfile (Results 1 - 1 of 1) sorted by path

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1003 Record *TypeProfile = R->getValueAsDef("TypeProfile"); local
1004 NumResults = TypeProfile->getValueAsInt("NumResults");
1005 NumOperands = TypeProfile->getValueAsInt("NumOperands");
1043 TypeProfile->getValueAsListOfDefs("Constraints");

Completed in 186 milliseconds