Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp543 NonLoc CompVal = in evalIntegralCast() local
546 std::tie(IsNotTruncated, IsTruncated) = state->assume(CompVal); in evalIntegralCast()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4150 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain() local
4155 if (!CompVal) in SimplifyBranchOnICmpChain()
4233 if (CompVal->getType()->isPointerTy()) { in SimplifyBranchOnICmpChain()
4234 CompVal = Builder.CreatePtrToInt( in SimplifyBranchOnICmpChain()
4235 CompVal, DL.getIntPtrType(CompVal->getType()), "magicptr"); in SimplifyBranchOnICmpChain()
4239 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain()