reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1424 auto *ATy = cast<IntegerType>(ShAmt->getType()); 1433 ShAmt = upcast(CastMap, IRB, ShAmt, VTy); 1433 ShAmt = upcast(CastMap, IRB, ShAmt, VTy); 1436 W = IRB.CreateShl(ShVal, ShAmt);