Searched refs:OutputTy (Results 1 – 2 of 2) sorted by relevance
3075 llvm::Type *OutputTy = ConvertType(OutputType); in EmitAsmStmt() local3076 if (isa<llvm::IntegerType>(OutputTy)) in EmitAsmStmt()3077 Arg = Builder.CreateZExt(Arg, OutputTy); in EmitAsmStmt()3078 else if (isa<llvm::PointerType>(OutputTy)) in EmitAsmStmt()3080 else if (OutputTy->isFloatingPointTy()) in EmitAsmStmt()3081 Arg = Builder.CreateFPExt(Arg, OutputTy); in EmitAsmStmt()
5107 types::ID OutputTy; in ConstructPhaseAction() local5112 OutputTy = types::TY_Dependencies; in ConstructPhaseAction()5114 OutputTy = Input->getType(); in ConstructPhaseAction()5124 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()5125 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()5128 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()5143 types::ID OutputTy = getPrecompiledType(Input->getType()); in ConstructPhaseAction() local5144 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()5150 if (OutputTy == types::TY_PCH) { in ConstructPhaseAction()5154 OutputTy = types::TY_ModuleFile; in ConstructPhaseAction()[all …]