Home
last modified time | relevance | path

Searched refs:CompVal (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp529 NonLoc CompVal = in evalIntegralCast() local
532 std::tie(IsNotTruncated, IsTruncated) = state->assume(CompVal); in evalIntegralCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4203 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain() local
4208 if (!CompVal) in SimplifyBranchOnICmpChain()
4281 if (CompVal->getType()->isPointerTy()) { in SimplifyBranchOnICmpChain()
4282 CompVal = Builder.CreatePtrToInt( in SimplifyBranchOnICmpChain()
4283 CompVal, DL.getIntPtrType(CompVal->getType()), "magicptr"); in SimplifyBranchOnICmpChain()
4287 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain()