Searched refs:HasC2 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2983 bool HasC2 = getCell(R2, Inputs, LS2), HasC3 = getCell(R3, Inputs, LS3); local
2984 if (!HasC2 && !HasC3)
2986 bool Zero = ((HasC2 && (LS2.properties() & ConstantProperties::Zero)) ||

Completed in 116 milliseconds