Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2299 const LatticeCell &PredC = Inputs.get(PR.Reg); in evaluate() local
2300 if (PredC.isBottom()) in evaluate()
2303 uint32_t Props = PredC.properties(); in evaluate()