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.cpp617 NonLoc CompVal = evalBinOpNN(state, BO_LE, *AsNonLoc, ToTypeMaxVal, CmpTy) in evalIntegralCast() local
620 std::tie(IsNotTruncated, IsTruncated) = state->assume(CompVal); in evalIntegralCast()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5043 Value *CompVal = ConstantCompare.CompValue; in simplifyBranchOnICmpChain() local
5048 if (!CompVal) in simplifyBranchOnICmpChain()
5126 if (CompVal->getType()->isPointerTy()) { in simplifyBranchOnICmpChain()
5127 CompVal = Builder.CreatePtrToInt( in simplifyBranchOnICmpChain()
5128 CompVal, DL.getIntPtrType(CompVal->getType()), "magicptr"); in simplifyBranchOnICmpChain()
5132 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in simplifyBranchOnICmpChain()