Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFolder.h221 return ConstantExpr::getTruncOrBitCast(C, DestTy); in CreateTruncOrBitCast()
H A DConstants.h1171 getTruncOrBitCast(Constant *C, ///< The constant to trunc or bitcast
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetFolder.h232 return Fold(ConstantExpr::getTruncOrBitCast(C, DestTy)); in CreateTruncOrBitCast()
/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp96 allocsize = ConstantExpr::getTruncOrBitCast(allocsize, IntPtrTy); in header()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1759 return wrap(ConstantExpr::getTruncOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstTruncOrBitCast()
3443 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildMalloc()
3454 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildArrayMalloc()
H A DConstants.cpp2024 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { in getTruncOrBitCast() function in ConstantExpr
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp2151 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in tryEmitPrivate()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1251 See the method [llvm::ConstantExpr::getTruncOrBitCast]. *)