Searched refs:OldBase (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1055 Value *OldBase = BasePHI->getIncomingValue(BlockIndex); local
1056 BasePHI->addIncoming(OldBase, InBB);
1066 assert(Base->stripPointerCasts() == OldBase->stripPointerCasts() &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5400 Value *OldBase = Entry.first; local
5457 if (auto *BaseI = dyn_cast<Instruction>(OldBase)) {
5478 NewBaseGEP = OldBase;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12084 Expr *OldBase; local
12088 OldBase = E->getBase();
12089 Base = getDerived().TransformExpr(OldBase);
12107 OldBase = nullptr;
12144 Base.get() == OldBase &&
H A DSemaExpr.cpp16552 Expr *OldBase = ASE->getBase()->IgnoreImplicit(); local
16553 if (!OldBase->getType()->isArrayType())
16555 ExprResult Base = Rebuild(OldBase);

Completed in 893 milliseconds