Searched refs:ResT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp812 ResT = LVI->getPredicateOnEdge(Pred, LHS, local
815 if (ResT == LazyValueInfo::Unknown)
817 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp16172 llvm::Type *ResT = ConvertType(E->getType());
16174 CGM.getIntrinsic(Intrinsic::wasm_trunc_signed, {ResT, Src->getType()});
16182 llvm::Type *ResT = ConvertType(E->getType());
16184 {ResT, Src->getType()});
16193 llvm::Type *ResT = ConvertType(E->getType());
16195 {ResT, Src->getType()});
16204 llvm::Type *ResT = ConvertType(E->getType());
16206 {ResT, Src->getType()});

Completed in 103 milliseconds