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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp681 SDValue IfSet, IfClr, Cond; local
686 // Op1Op0, or Op1Op1. Keep track of the Cond, IfSet, and IfClr nodes, while
688 // IfClr will be set if we find a valid match.
695 IfClr = Op1Op1;
698 IfClr = Op1Op0;
703 // If IfClr is not yet set, and Op0Op1 is an appropriate mask, try the same
705 // IfClr will be set if we find a valid match.
706 if (!IfClr.getNode() && isVSplat(Op0Op1, Mask, IsLittleEndian)) {
712 IfClr = Op1Op1;
715 IfClr
[all...]

Completed in 339 milliseconds