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

References

lib/Target/X86/X86FastISel.cpp
 3411       if (isa<UndefValue>(ArgVal))
 3419       unsigned Alignment = DL.getABITypeAlignment(ArgVal->getType());
 3428       } else if (isa<ConstantInt>(ArgVal) || isa<ConstantPointerNull>(ArgVal)) {
 3428       } else if (isa<ConstantInt>(ArgVal) || isa<ConstantPointerNull>(ArgVal)) {
 3432         if (!X86FastEmitStore(ArgVT, ArgVal, AM, MMO))
 3435         bool ValIsKill = hasTrivialKill(ArgVal);