|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Constants.h 1065 static Constant *getTruncOrBitCast(
References
examples/BrainF/BrainF.cpp 96 allocsize = ConstantExpr::getTruncOrBitCast(allocsize, IntPtrTy);
include/llvm/Analysis/TargetFolder.h 214 return Fold(ConstantExpr::getTruncOrBitCast(C, DestTy));
include/llvm/IR/ConstantFolder.h 228 return ConstantExpr::getTruncOrBitCast(C, DestTy);
lib/IR/Core.cpp 1741 return wrap(ConstantExpr::getTruncOrBitCast(unwrap<Constant>(ConstantVal),
3424 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
3435 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
lib/Transforms/IPO/Attributor.cpp 1000 ConstantExpr::getTruncOrBitCast(RVC, CB->getType());
1007 ConstantExpr::getTruncOrBitCast(RVC, AnchorValue.getType());
tools/clang/lib/CodeGen/CGExprConstant.cpp 2092 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType);