Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDXContainerWriter.cpp72 uint64_t PartStart = in writeObject() local
74 uint64_t FileSize = PartStart + PartOffset; in writeObject()
91 W.write<uint32_t>(static_cast<uint32_t>(PartStart + Offset)); in writeObject()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9354 Value *PartStart = in execute() local
9359 PartStart, ConstantInt::get(PtrInd->getType(), Lane)); in execute()