reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1423 auto *VTy = cast<IntegerType>(ShVal->getType()); 1426 ShVal = IRB.CreateShl(Op, ConstantInt::get(VTy, 1)); 1431 ShVal = upcast(CastMap, IRB, ShVal, ATy); 1431 ShVal = upcast(CastMap, IRB, ShVal, ATy); 1436 W = IRB.CreateShl(ShVal, ShAmt);