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

References

lib/Analysis/ConstantFolding.cpp
  738       return ConstantInt::get(Op0->getType(), Known0.getConstant());
lib/Analysis/InstructionSimplify.cpp
 5394       Result = ConstantInt::get(I->getType(), Known.getConstant());
lib/CodeGen/GlobalISel/GISelKnownBits.cpp
  320     uint64_t Shift = RHSKnown.getConstant().getZExtValue();
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 3224       if ((Known.isConstant() && Known.getConstant().ule(Size)) ||
lib/Transforms/InstCombine/InstructionCombining.cpp
 2552     RI.setOperand(0, Constant::getIntegerValue(VTy, Known.getConstant()));
 3246         Constant *C = ConstantInt::get(Ty, Known.getConstant());