Searched refs:ResT (Results 1 – 3 of 3) sorted by relevance
88 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local90 CGM.getIntrinsic(Intrinsic::wasm_trunc_signed, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()98 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local100 {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()110 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local112 CGM.getIntrinsic(Intrinsic::fptosi_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()122 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local124 CGM.getIntrinsic(Intrinsic::fptoui_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
2867 EVT ResT = Op.getValueType(); in LowerFP_TO_INT_SAT() local2870 if ((ResT == MVT::i32 || ResT == MVT::i64) && in LowerFP_TO_INT_SAT()2874 if (ResT == MVT::v4i32 && SatVT == MVT::i32) in LowerFP_TO_INT_SAT()2877 if (ResT == MVT::v8i16 && SatVT == MVT::i16) in LowerFP_TO_INT_SAT()
6323 std::optional<PrimType> ResT = classify(E); in VisitComplexUnaryOperator() local6325 if (!ResT && !Initializing) { in VisitComplexUnaryOperator()6911 if (PrimType ResT = classifyPrim(E->getType()); ResT != PT_Bool) in emitComplexComparison() local6912 return this->emitCast(PT_Bool, ResT, E); in emitComplexComparison()