Searched defs:GEPInst (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ | ||
H A D | DXILBitcodeWriter.cpp | 2263 auto &GEPInst = cast<GetElementPtrInst>(I); writeInstruction() local |
/llvm-project/llvm/lib/Target/SPIRV/ | ||
H A D | SPIRVBuiltins.cpp | 2085 auto GEPInst = MIRBuilder.buildIntrinsic( buildEnqueueKernel() local |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.cpp | 3747 if (const GetElementPtrInst *GEPInst = dyn_cast<GetElementPtrInst>(U)) { shouldConsiderAddressTypePromotion() local |
/llvm-project/llvm/lib/Bitcode/Writer/ | ||
H A D | BitcodeWriter.cpp | 2991 auto &GEPInst = cast<GetElementPtrInst>(I); writeInstruction() local |