Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:SrcTy

1205       Type *SrcTy = Op0C->getOperand(0)->getType();
1207 SrcTy == Op1C->getOperand(0)->getType() &&
1208 SrcTy->isIntOrIntVectorTy()) {
2024 Type *SrcTy = Op0C->getOperand(0)->getType();
2025 if (SrcTy == Op1C->getOperand(0)->getType() &&
2026 SrcTy->isIntOrIntVectorTy()) {
2340 Type *SrcTy = Op0C->getOperand(0)->getType();
2341 if (SrcTy == Op1C->getOperand(0)->getType() && SrcTy->isIntegerTy() &&