Home | History | Annotate | Download | only in ARM

Lines Matching refs:ConstInt

1423   if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) {
1426 const APInt &CIVal = ConstInt->getValue();
1684 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(I->getOperand(2))) {
1686 Imm = (int)ConstInt->getValue().getZExtValue();