Home
last modified time | relevance | path

Searched refs:BaseVal (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp200 Value *BaseVal; member
210 BaseVal = N->BaseVal; in GepNode()
248 OS << "BaseVal:" << GN.BaseVal->getName() << '(' << GN.BaseVal << ')'; in operator <<()
353 N->BaseVal = PtrOp; in processGepInst()
518 if (Different || (Root1 && N1->BaseVal != N2->BaseVal)) { in node_eq()
838 if (!isInvariantIn(Node->BaseVal, L)) in isInvariantIn()
872 if (Instruction *PIn = dyn_cast<Instruction>(Node->BaseVal)) in adjustForInvariance()
1087 Value *Input = RN->BaseVal; in fabricateGEP()
1210 CN->BaseVal = NewInst; in materialize()
H A DHexagonISelLowering.cpp2026 Value *BaseVal; in returnEdge() local
2029 BaseVal = BackEdgeVal; in returnEdge()
2031 } while ((BaseVal != BackEdgeVal) && (IntrBaseVal != BackEdgeVal)); in returnEdge()
2050 Value *BaseVal; in getUnderLyingObjectForBrevLdIntr() local
2054 BaseVal = V; in getUnderLyingObjectForBrevLdIntr()
2056 } while (BaseVal != V); in getUnderLyingObjectForBrevLdIntr()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp113 SVal BaseVal = State->getSVal(ME->getBase(), C.getLocationContext()); in checkPreStmt() local
114 verifyAccess(C, BaseVal); in checkPreStmt()
H A DIteratorRangeChecker.cpp192 SVal BaseVal = State->getSVal(ME->getBase(), C.getLocationContext()); in checkPreStmt() local
193 verifyDereference(C, BaseVal); in checkPreStmt()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp705 SVal BaseVal = in handleConstructor() local
707 Target = BaseVal; in handleConstructor()
H A DExprEngine.cpp1478 SVal BaseVal = getStoreManager().evalDerivedToBase(ThisVal, BaseTy, in ProcessBaseDtor() local
1482 VisitCXXDestructor(BaseTy, BaseVal.getAsRegion(), CurDtor->getBody(), in ProcessBaseDtor()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp4004 APValue *BaseVal = nullptr; in findCompleteObject() local
4011 BaseVal = Info.EvaluatingDeclValue; in findCompleteObject()
4131 if (!evaluateVarDeclInit(Info, E, VD, Frame, LVal.getLValueVersion(), BaseVal)) in findCompleteObject()
4184 BaseVal = MTE->getOrCreateValue(false); in findCompleteObject()
4185 assert(BaseVal && "got reference to unevaluated temporary"); in findCompleteObject()
4199 BaseVal = Frame->getTemporary(Base, LVal.Base.getVersion()); in findCompleteObject()
4200 assert(BaseVal && "missing value for temporary"); in findCompleteObject()
4220 return CompleteObject(LVal.getLValueBase(), BaseVal, BaseType); in findCompleteObject()