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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2469 } else if (auto *GEPInst = dyn_cast<GetElementPtrInst>(Storage)) {
2472 *GEPInst, Expr,
2479 Storage = GEPInst->getOperand(0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1510 if (const GetElementPtrInst *GEPInst = dyn_cast<GetElementPtrInst>(U)) {
1515 if (GEPInst->getNumOperands() > 2) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2772 auto &GEPInst = cast<GetElementPtrInst>(I); local
2773 Vals.push_back(GEPInst.isInBounds());
2774 Vals.push_back(VE.getTypeID(GEPInst.getSourceElementType()));

Completed in 305 milliseconds