Home
last modified time | relevance | path

Searched refs:DestVal (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp367 SVal DestVal = UnknownVal(); in VisitCXXDestructor() local
369 DestVal = loc::MemRegionVal(Dest); in VisitCXXDestructor()
370 DestVal = makeZeroElementRegion(State, DestVal, ObjectType); in VisitCXXDestructor()
371 Dest = DestVal.getAsRegion(); in VisitCXXDestructor()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp376 Constant *DestVal = ComputeLoadResult(getVal(Ptr)); in EvaluateBlock() local
377 if (Val->isNullValue() && DestVal && DestVal->isNullValue()) { in EvaluateBlock()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp3259 Value *DestVal; in visitInlineAsm() local
3263 DestVal = ResultVals[ValueCount].first; in visitInlineAsm()
3266 DestVal = CI.getArgOperand(ValueCount-ResultVals.size()); in visitInlineAsm()
3271 Out << "\"=" << C << "\"(" << GetValueName(DestVal); in visitInlineAsm()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2441 Constant *DestVal = ComputeLoadResult(getVal(Values, Ptr), in EvaluateFunction() local
2443 if (Val->isNullValue() && DestVal && DestVal->isNullValue()) { in EvaluateFunction()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1533 llvm::Value *DestVal = TmpBuilder.CreatePHI(Int8PtrTy, 0, in GetIndirectGotoBlock() local
1537 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()