Lines Matching refs:getValueAsInt
1235 return R->getValueAsInt("MinAlignment"); in getMinAlignment()
1497 OperandNo = R->getValueAsInt("OperandNum"); in SDTypeConstraint()
1515 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1519 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1523 R->getValueAsInt("BigOperandNum"); in SDTypeConstraint()
1526 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
1530 R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
1546 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1550 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1777 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1778 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
4257 int Complexity = TheDef->getValueAsInt("AddedComplexity"); in ParseOnePattern()