Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp363 bool evaluateCMPpp(uint32_t Cmp, uint32_t Props1, uint32_t Props2,
1107 return evaluateCMPpp(Cmp, Prop1, LS2.properties(), Result); in evaluateCMPrr()
1168 return evaluateCMPpp(Cmp, LS.properties(), Props2, Result); in evaluateCMPrp()
1294 bool MachineConstEvaluator::evaluateCMPpp(uint32_t Cmp, uint32_t Props1, in evaluateCMPpp() function in MachineConstEvaluator