Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp2141 EVT ResT = Op.getValueType(); in LowerFP_TO_INT_SAT() local
2144 if ((ResT == MVT::i32 || ResT == MVT::i64) && in LowerFP_TO_INT_SAT()
2148 if (ResT == MVT::v4i32 && SatVT == MVT::i32) in LowerFP_TO_INT_SAT()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp854 ResT = LVI->getPredicateOnEdge(Pred, LHS, in computeValueKnownInPredecessorsImpl() local
857 if (ResT == LazyValueInfo::Unknown) in computeValueKnownInPredecessorsImpl()
859 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT); in computeValueKnownInPredecessorsImpl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp17695 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
17697 CGM.getIntrinsic(Intrinsic::wasm_trunc_signed, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
17705 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
17707 {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
17716 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
17718 CGM.getIntrinsic(Intrinsic::fptosi_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()
17727 llvm::Type *ResT = ConvertType(E->getType()); in EmitWebAssemblyBuiltinExpr() local
17729 CGM.getIntrinsic(Intrinsic::fptoui_sat, {ResT, Src->getType()}); in EmitWebAssemblyBuiltinExpr()