Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp374 Value *CompValue; /// Value found for the switch comparison member
381 : DL(DL), CompValue(nullptr), Extra(nullptr), UsedICmps(0) { in ConstantComparesGatherer()
395 if(CompValue && CompValue != NewVal) return false; in setValueOnce()
396 CompValue = NewVal; in setValueOnce()
397 return (CompValue != nullptr); in setValueOnce()
524 CompValue = nullptr; in gather()
3147 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain()