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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8146 ConstantSDNode *MaskC = dyn_cast<ConstantSDNode>(MaskOp); local
8147 if (!MaskC)
8149 unsigned Mask = MaskC->getZExtValue();
8215 if (DAG.MaskedValueIsZero(N1, MaskC->getAPIntValue()) &&

Completed in 70 milliseconds