Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp616 NonLoc CompVal = in evalIntegralCast() local
619 std::tie(IsNotTruncated, IsTruncated) = state->assume(CompVal); in evalIntegralCast()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4824 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain() local
4829 if (!CompVal) in SimplifyBranchOnICmpChain()
4907 if (CompVal->getType()->isPointerTy()) { in SimplifyBranchOnICmpChain()
4908 CompVal = Builder.CreatePtrToInt( in SimplifyBranchOnICmpChain()
4909 CompVal, DL.getIntPtrType(CompVal->getType()), "magicptr"); in SimplifyBranchOnICmpChain()
4913 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain()