Searched defs:DestVal (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp293 SVal DestVal = loc::MemRegionVal(Dest); local
294 DestVal = makeZeroElementRegion(State, DestVal, ObjectType);
295 Dest = DestVal.getAsRegion();
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1111 llvm::Value *DestVal = TmpBuilder.CreatePHI(Int8PtrTy, 0, local
1115 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2759 Constant *DestVal = ComputeLoadResult(getVal(Ptr)); local
2760 if (Val->isNullValue() && DestVal && DestVal->isNullValue()) {

Completed in 202 milliseconds