Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp525 Value *CompValue = nullptr; member
549 if (CompValue && CompValue != NewVal) in setValueOnce()
551 CompValue = NewVal; in setValueOnce()
552 return (CompValue != nullptr); in setValueOnce()
747 CompValue = nullptr; in gather()
4824 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain()