Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp516 Value *CompValue = nullptr; member
540 if (CompValue && CompValue != NewVal) in setValueOnce()
542 CompValue = NewVal; in setValueOnce()
543 return (CompValue != nullptr); in setValueOnce()
738 CompValue = nullptr; in gather()
4532 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain()