Home | History | Annotate | Download | only in X86

Lines Matching refs:getAPIntValue

8119       if (C->getAPIntValue() == 1) {
8126 if (C->getAPIntValue().isAllOnesValue()) {
8217 if (C->getAPIntValue() == 0)
8597 if (C && C->getAPIntValue() == 1)
8722 if (N1C && N1C->getAPIntValue() == 1) {
8771 if (C && C->getAPIntValue() == 1)
13443 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) &&
13453 if (FalseC->getAPIntValue() == 0 &&
13454 TrueC->getAPIntValue().isPowerOf2()) {
13462 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
13468 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
13503 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
13517 if (FalseC->getAPIntValue() != 0)
13611 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue())) {
13619 if (FalseC->getAPIntValue() == 0 && TrueC->getAPIntValue().isPowerOf2()) {
13626 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
13636 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
13674 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
13686 if (FalseC->getAPIntValue() != 0)
13779 APInt Mask = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
13780 APInt ShAmt = N1C->getAPIntValue();
15059 APInt XorC = cast<ConstantSDNode>(Op1.getOperand(1))->getAPIntValue();
15065 DAG.getConstant(C->getAPIntValue()+1, VT));