Home | History | Annotate | Download | only in Analysis

Lines Matching full:opty

1437   Type *OpTy = LHS->getType();   // The operand type.
1446 if (OpTy->isIntegerTy(1) || (OpTy->isVectorTy() &&
1447 cast<VectorType>(OpTy)->getElementType()->isIntegerTy(1))) {