Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:SrcTy

1228       Type *SrcTy = Op0C->getOperand(0)->getType();
1230 SrcTy == Op1C->getOperand(0)->getType() &&
1231 SrcTy->isIntOrIntVectorTy()) {
2012 Type *SrcTy = Op0C->getOperand(0)->getType();
2013 if (SrcTy == Op1C->getOperand(0)->getType() &&
2014 SrcTy->isIntOrIntVectorTy()) {
2292 Type *SrcTy = Op0C->getOperand(0)->getType();
2293 if (SrcTy == Op1C->getOperand(0)->getType() && SrcTy->isIntegerTy() &&