Searched defs:EndValue (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/altera/ |
H A D | UnrollLoopsCheck.cpp | 186 int EndValue = 0; in hasLargeNumIterations() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 513 getComparisonKind(unsigned CondOpc,MachineOperand * InitialValue,const MachineOperand * EndValue,int64_t IVBump) const getComparisonKind() argument 679 const MachineOperand *EndValue = nullptr; getLoopTripCount() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2959 Value *&EndValue = IVEndValues[OrigPhi]; createInductionResumeValue() local 3114 fixupIVUsers(PHINode * OrigPhi,const InductionDescriptor & II,Value * VectorTripCount,Value * EndValue,BasicBlock * MiddleBlock,BasicBlock * VectorHeader,VPlan & Plan,VPTransformState & State) fixupIVUsers() argument
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 4227 EXPECT_FOLD_CONST(StartWidth,StartValue,EndWidth,EndValue,NumElts) TEST_F() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 3499 llvm::APSInt EndValue; ActOnDesignatedInitializer() local
|