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

References

lib/Target/X86/X86FastISel.cpp
  660   if (isa<ConstantPointerNull>(Val))
  661     Val = Constant::getNullValue(DL.getIntPtrType(Val->getContext()));
  661     Val = Constant::getNullValue(DL.getIntPtrType(Val->getContext()));
  664   if (const ConstantInt *CI = dyn_cast<ConstantInt>(Val)) {
  693   unsigned ValReg = getRegForValue(Val);
  697   bool ValKill = hasTrivialKill(Val);