Home
last modified time | relevance | path

Searched refs:ResT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp5044 std::optional<PrimType> ResT = classify(E); in VisitComplexUnaryOperator() local
5046 if (!ResT && !Initializing) { in VisitComplexUnaryOperator()
5495 if (PrimType ResT = classifyPrim(E->getType()); ResT != PT_Bool) in emitComplexComparison() local
5496 return this->emitCast(PT_Bool, ResT, E); in emitComplexComparison()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2460 EVT ResT = Op.getValueType(); in LowerFP_TO_INT_SAT() local
2463 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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp21009 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
21011 CGM.getIntrinsic(Intrinsic::wasm_trunc_signed, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
21019 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
21021 {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
21030 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
21032 CGM.getIntrinsic(Intrinsic::fptosi_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
21041 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
21043 CGM.getIntrinsic(Intrinsic::fptoui_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()