Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4893 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain() local
4898 if (!CompVal) in SimplifyBranchOnICmpChain()
4976 if (CompVal->getType()->isPointerTy()) { in SimplifyBranchOnICmpChain()
4977 CompVal = Builder.CreatePtrToInt( in SimplifyBranchOnICmpChain()
4978 CompVal, DL.getIntPtrType(CompVal->getType()), "magicptr"); in SimplifyBranchOnICmpChain()
4982 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain()