Home
last modified time | relevance | path

Searched refs:GEPInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp2530 } else if (auto *GEPInst = dyn_cast<GetElementPtrInst>(Storage)) { in salvageDebugInfo() local
2533 *GEPInst, Expr, in salvageDebugInfo()
2540 Storage = GEPInst->getOperand(0); in salvageDebugInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp1860 if (const GetElementPtrInst *GEPInst = dyn_cast<GetElementPtrInst>(U)) { in shouldConsiderAddressTypePromotion() local
1865 if (GEPInst->getNumOperands() > 2) { in shouldConsiderAddressTypePromotion()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2776 auto &GEPInst = cast<GetElementPtrInst>(I); in writeInstruction() local
2777 Vals.push_back(GEPInst.isInBounds()); in writeInstruction()
2778 Vals.push_back(VE.getTypeID(GEPInst.getSourceElementType())); in writeInstruction()