Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp372 bool evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2,
1152 return evaluateCMPpi(Cmp, LS.properties(), A2, Result); in evaluateCMPri()
1187 evaluateCMPpi(NegCmp, Props2, A, Res); in evaluateCMPrp()
1239 bool MachineConstEvaluator::evaluateCMPpi(uint32_t Cmp, uint32_t Props, in evaluateCMPpi() function in MachineConstEvaluator