Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp402 Value *CompValue; /// Value found for the switch comparison member
409 : DL(DL), CompValue(nullptr), Extra(nullptr), UsedICmps(0) { in ConstantComparesGatherer()
422 if (CompValue && CompValue != NewVal) in setValueOnce()
424 CompValue = NewVal; in setValueOnce()
425 return (CompValue != nullptr); in setValueOnce()
619 CompValue = nullptr; in gather()
3265 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp439 Value *CompValue = nullptr; member
463 if (CompValue && CompValue != NewVal) in setValueOnce()
465 CompValue = NewVal; in setValueOnce()
466 return (CompValue != nullptr); in setValueOnce()
659 CompValue = nullptr; in gather()
3658 Value *CompVal = ConstantCompare.CompValue; in SimplifyBranchOnICmpChain()