Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp414 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
814 bool &NeedsExtraction) { in accumulateByteOffset() argument
815 NeedsExtraction = false; in accumulateByteOffset()
828 NeedsExtraction = true; in accumulateByteOffset()
840 NeedsExtraction = true; in accumulateByteOffset()
978 bool NeedsExtraction; in splitGEP() local
979 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
981 if (!NeedsExtraction) in splitGEP()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1269 bool NeedsExtraction = false; in generateReadImageInst() local
1273 NeedsExtraction = true; in generateReadImageInst()
1280 .addDef(NeedsExtraction ? TempRegister : Call->ReturnRegister) in generateReadImageInst()
1287 if (NeedsExtraction) in generateReadImageInst()