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.cpp526 Value *CompValue = nullptr; member
550 if (CompValue && CompValue != NewVal) in setValueOnce()
552 CompValue = NewVal; in setValueOnce()
553 return (CompValue != nullptr); in setValueOnce()
748 CompValue = nullptr; in gather()
4893 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain()