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

References

lib/IR/ConstantFold.cpp
  214   assert(C->getType()->isIntegerTy() &&
  215          (cast<IntegerType>(C->getType())->getBitWidth() & 7) == 0 &&
  217   unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8;
  223   if (ConstantInt *CI = dyn_cast<ConstantInt>(C)) {
  233   ConstantExpr *CE = dyn_cast<ConstantExpr>(C);
  339       return ConstantExpr::getTrunc(Res, IntegerType::get(C->getContext(),