reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
 3118     if (N1C && N1C->hasOneUse() && Subtarget->isThumb()) {
 3118     if (N1C && N1C->hasOneUse() && Subtarget->isThumb()) {
 3119       uint32_t Imm = (uint32_t) N1C->getZExtValue();
 3133           CurDAG->getConstant(~N1C->getZExtValue(), dl, MVT::i32);
 3170     N1C = dyn_cast<ConstantSDNode>(N1);
 3171     if (!N1C)
 3178       unsigned N1CVal = N1C->getZExtValue();