Home
last modified time | relevance | path

Searched refs:TripCountSCEV (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopIdiomRecognize.cpp996 const SCEV *TripCountSCEV = in getNumBytes() local
998 return SE->getMulExpr(TripCountSCEV, in getNumBytes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.cpp2164 const SCEV *TripCountSCEV = in isHardwareLoopProfitable() local
2169 if (SE.getUnsignedRangeMax(TripCountSCEV).getBitWidth() > 32) { in isHardwareLoopProfitable()