Home | History | Annotate | Download | only in X86

Lines Matching refs:isIntegerTy

988   if (!I->getOperand(0)->getType()->isIntegerTy(1))
1148 if (I->getType()->isIntegerTy(8)) {
1157 } else if (I->getType()->isIntegerTy(16)) {
1166 } else if (I->getType()->isIntegerTy(32)) {
1175 } else if (I->getType()->isIntegerTy(64)) {
1402 if (!MCI.getLength()->getType()->isIntegerTy(SizeWidth))
1417 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth))
1634 if (ArgVal->getType()->isIntegerTy(1) && isa<TruncInst>(ArgVal) &&