Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp476 Value *CompValue = nullptr; member
500 if (CompValue && CompValue != NewVal) in setValueOnce()
502 CompValue = NewVal; in setValueOnce()
503 return (CompValue != nullptr); in setValueOnce()
698 CompValue = nullptr; in gather()
4150 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain()