Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1136 getTruncOrBitCast(Constant *C, ///< The constant to trunc or bitcast
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1762 return wrap(ConstantExpr::getTruncOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstTruncOrBitCast()
3586 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildMalloc()
3595 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildArrayMalloc()
H A DConstants.cpp1982 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { in getTruncOrBitCast() function in ConstantExpr
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2170 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in tryEmitPrivate()