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

Declarations

include/llvm/IR/Constants.h
 1085   static Constant *getIntegerCast(

References

include/llvm/Analysis/TargetFolder.h
  180     return Fold(ConstantExpr::getIntegerCast(C, DestTy, isSigned));
include/llvm/Analysis/Utils/Local.h
   68       Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
include/llvm/IR/ConstantFolder.h
  200     return ConstantExpr::getIntegerCast(C, DestTy, isSigned);
lib/Analysis/ConstantFolding.cpp
 1222         Constant *C = ConstantExpr::getIntegerCast(CE0->getOperand(0),
 1247           Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0),
 1249           Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0),
 1328         return ConstantExpr::getIntegerCast(Input, DestTy, false);
lib/Analysis/InstructionSimplify.cpp
  805       return ConstantExpr::getIntegerCast(Result, Op0->getType(), true);
lib/Analysis/ScalarEvolution.cpp
 8104               C2 = ConstantExpr::getIntegerCast(
lib/Analysis/ValueTracking.cpp
 3248           ConstantExpr::getIntegerCast(CE->getOperand(0),
 5014       CastedTo = ConstantExpr::getIntegerCast(C, SrcTy, CmpI->isSigned());
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2232     Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()),
lib/IR/Core.cpp
 1753   return wrap(ConstantExpr::getIntegerCast(unwrap<Constant>(ConstantVal),
lib/IR/Instructions.cpp
  550       Constant *Scale = ConstantExpr::getIntegerCast(CO, IntPtrTy,
lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
  203             SI->replaceAllUsesWith(ConstantExpr::getIntegerCast(KnownSize,
  227       ConstantExpr::getIntegerCast(KnownSize,
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 2060     Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()),
lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
  287     C = ConstantExpr::getIntegerCast(C, Ty, false);
lib/Transforms/InstCombine/InstCombineCalls.cpp
 3274         CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext);
 3275         CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext);
lib/Transforms/InstCombine/InstCombineCasts.cpp
  164     C = ConstantExpr::getIntegerCast(C, Ty, isSigned /*Sext or ZExt*/);
lib/Transforms/Utils/SimplifyCFG.cpp
  432               ConstantExpr::getIntegerCast(CI, PtrTy, /*isSigned=*/false));
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1857   C = llvm::ConstantExpr::getIntegerCast(getOffset(), intptrTy,