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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp961 if (const GetElementPtrInst *GEPInst = dyn_cast<GetElementPtrInst>(U)) {
966 if (GEPInst->getNumOperands() > 2) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2672 auto &GEPInst = cast<GetElementPtrInst>(I); local
2673 Vals.push_back(GEPInst.isInBounds());
2674 Vals.push_back(VE.getTypeID(GEPInst.getSourceElementType()));

Completed in 68 milliseconds