reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
478 Value *One64Z = IRB.CreateZExt(One32, IntegerType::getInt64Ty(Ctx)); 479 Value *One64S = IRB.CreateSExt(One32, IntegerType::getInt64Ty(Ctx));