Searched refs:CompValue (Results 1 – 1 of 1) sorted by relevance
374 Value *CompValue; /// Value found for the switch comparison member381 : 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()