Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dduration-division.cpp28 const auto SomeVal = 1.0 + d/d; in Positives() local
59 const auto SomeVal = 1 + d/d; in Negatives() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp325 const Value *SomeVal; in LoadAndStorePromoter() local
327 SomeVal = LI; in LoadAndStorePromoter()
329 SomeVal = cast<StoreInst>(Insts[0])->getOperand(0); in LoadAndStorePromoter()
332 BaseName = SomeVal->getName(); in LoadAndStorePromoter()
333 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()