Searched refs:OutputTy (Results 1 – 2 of 2) sorted by relevance
2719 llvm::Type *OutputTy = ConvertType(OutputType); in EmitAsmStmt() local2720 if (isa<llvm::IntegerType>(OutputTy)) in EmitAsmStmt()2721 Arg = Builder.CreateZExt(Arg, OutputTy); in EmitAsmStmt()2722 else if (isa<llvm::PointerType>(OutputTy)) in EmitAsmStmt()2724 else if (OutputTy->isFloatingPointTy()) in EmitAsmStmt()2725 Arg = Builder.CreateFPExt(Arg, OutputTy); in EmitAsmStmt()
4693 types::ID OutputTy; in ConstructPhaseAction() local4698 OutputTy = types::TY_Dependencies; in ConstructPhaseAction()4700 OutputTy = Input->getType(); in ConstructPhaseAction()4710 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()4711 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()4714 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()4721 types::ID OutputTy = getPrecompiledType(Input->getType()); in ConstructPhaseAction() local4722 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()4728 if (OutputTy == types::TY_PCH) { in ConstructPhaseAction()4732 OutputTy = types::TY_ModuleFile; in ConstructPhaseAction()[all …]