Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp352 bool evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2,
1133 return evaluateCMPpi(Cmp, LS.properties(), A2, Result); in evaluateCMPri()
1169 evaluateCMPpi(NegCmp, Props2, A, Res); in evaluateCMPrp()
1221 bool MachineConstEvaluator::evaluateCMPpi(uint32_t Cmp, uint32_t Props, in evaluateCMPpi() function in MachineConstEvaluator