Home | History | Annotate | Download | only in ARM

Lines Matching refs:ConstInt

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