Home
last modified time | relevance | path

Searched refs:getTruncOrBitCast (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantFolder.h221 return ConstantExpr::getTruncOrBitCast(C, DestTy); in CreateTruncOrBitCast()
H A DConstants.h1146 getTruncOrBitCast(Constant *C, ///< The constant to trunc or bitcast
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetFolder.h232 return Fold(ConstantExpr::getTruncOrBitCast(C, DestTy)); in CreateTruncOrBitCast()
/llvm-project-15.0.7/llvm/examples/BrainF/
H A DBrainF.cpp96 allocsize = ConstantExpr::getTruncOrBitCast(allocsize, IntPtrTy); in header()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1771 return wrap(ConstantExpr::getTruncOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstTruncOrBitCast()
3481 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildMalloc()
3492 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildArrayMalloc()
H A DConstants.cpp1994 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { in getTruncOrBitCast() function in ConstantExpr
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp2152 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in tryEmitPrivate()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1258 See the method [llvm::ConstantExpr::getTruncOrBitCast]. *)