HomeSort by: relevance | last modified time | path
    Searched refs:CompVal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 529 NonLoc CompVal =
532 std::tie(IsNotTruncated, IsTruncated) = state->assume(CompVal);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 4203 Value *CompVal = ConstantCompare.CompValue;
4208 if (!CompVal)
4281 if (CompVal->getType()->isPointerTy()) {
4282 CompVal = Builder.CreatePtrToInt(
4283 CompVal, DL.getIntPtrType(CompVal->getType()), "magicptr");
4287 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size());

Completed in 21 milliseconds