Searched refs:ResT (Results 1 – 3 of 3) sorted by relevance
5044 std::optional<PrimType> ResT = classify(E); in VisitComplexUnaryOperator() local5046 if (!ResT && !Initializing) { in VisitComplexUnaryOperator()5495 if (PrimType ResT = classifyPrim(E->getType()); ResT != PT_Bool) in emitComplexComparison() local5496 return this->emitCast(PT_Bool, ResT, E); in emitComplexComparison()
2460 EVT ResT = Op.getValueType(); in LowerFP_TO_INT_SAT() local2463 if ((ResT == MVT::i32 || ResT == MVT::i64) && in LowerFP_TO_INT_SAT()2467 if (ResT == MVT::v4i32 && SatVT == MVT::i32) in LowerFP_TO_INT_SAT()
21009 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local21011 CGM.getIntrinsic(Intrinsic::wasm_trunc_signed, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()21019 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local21021 {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()21030 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local21032 CGM.getIntrinsic(Intrinsic::fptosi_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()21041 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local21043 CGM.getIntrinsic(Intrinsic::fptoui_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()