Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h232 return ConstantExpr::getTruncOrBitCast(C, DestTy); in CreateTruncOrBitCast()
H A DConstants.h1124 getTruncOrBitCast(Constant *C, ///< The constant to trunc or bitcast
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h220 return Fold(ConstantExpr::getTruncOrBitCast(C, DestTy)); in CreateTruncOrBitCast()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1790 return wrap(ConstantExpr::getTruncOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstTruncOrBitCast()
3495 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildMalloc()
3506 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildArrayMalloc()
H A DConstants.cpp2029 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { in getTruncOrBitCast() function in ConstantExpr
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2115 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in tryEmitPrivate()