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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp807 ResT = LVI->getPredicateOnEdge(Pred, LHS, local
810 if (ResT == LazyValueInfo::Unknown)
812 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp14446 llvm::Type *ResT = ConvertType(E->getType());
14448 CGM.getIntrinsic(Intrinsic::wasm_trunc_signed, {ResT, Src->getType()});
14456 llvm::Type *ResT = ConvertType(E->getType());
14458 {ResT, Src->getType()});
14468 llvm::Type *ResT = ConvertType(E->getType());
14470 {ResT, Src->getType()});
14480 llvm::Type *ResT = ConvertType(E->getType());
14482 {ResT, Src->getType()});

Completed in 128 milliseconds