Searched refs:ECV (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 1152 Value *ECV = Rewriter.expandCodeFor(ExitCount); in predicateLoopExits() 1156 if (ECV->getType() != RHS->getType()) { in predicateLoopExits() 1157 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits() 1158 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits() 1162 Value *NewCond = B.CreateICmp(ICmpInst::ICMP_UGT, ECV, RHS); in predicateLoopExits() 1235 Value *ECV = Rewriter.expandCodeFor(ExitCount); predicateLoopExits() local
|
H A D | IndVarSimplify.cpp | 1870 Value *ECV = Rewriter.expandCodeFor(ExitCount); in predicateLoopExits() local 1874 if (ECV->getType() != RHS->getType()) { in predicateLoopExits() 1875 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits() 1876 ECV = B.CreateZExt(ECV, WiderTy); in predicateLoopExits() 1881 NewCond = B.CreateICmp(Pred, ECV, RHS); in predicateLoopExits()
|
/freebsd/sys/arm64/arm64/ |
H A D | identcpu.c | 1136 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64MMFR0, ECV, NONE, IMPL), 1226 MRS_FIELD(ID_AA64MMFR0, ECV, false, MRS_LOWER, 0, id_aa64mmfr0_ecv),
|