HomeSort by relevance Sort by last modified time
    Searched refs:MaskNode (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 598 ConstantSDNode *MaskNode =
600 if (!MaskNode)
604 uint64_t AndMask = MaskNode->getZExtValue();
661 ConstantSDNode *MaskNode =
663 if (!MaskNode)
667 uint64_t Mask = MaskNode->getZExtValue();
686 ConstantSDNode *MaskNode =
688 if (!MaskNode)
692 uint64_t Mask = ~MaskNode->getZExtValue();
    [all...]
SystemZISelLowering.cpp     [all...]

Completed in 62 milliseconds