Lines Matching refs:getValueAsInt
1356 OperandNo = R->getValueAsInt("OperandNum"); in SDTypeConstraint()
1374 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1378 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1382 R->getValueAsInt("BigOperandNum"); in SDTypeConstraint()
1385 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
1389 R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
1405 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1409 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1635 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1636 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
4089 int Complexity = TheDef->getValueAsInt("AddedComplexity"); in ParseOnePattern()