Searched refs:getTruncOrBitCast (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h232 return ConstantExpr::getTruncOrBitCast(C, DestTy);
H A DConstants.h1078 static Constant *getTruncOrBitCast(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h220 return Fold(ConstantExpr::getTruncOrBitCast(C, DestTy));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1750 return wrap(ConstantExpr::getTruncOrBitCast(unwrap<Constant>(ConstantVal),
3435 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
3446 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy);
H A DConstants.cpp1831 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { function in class:ConstantExpr
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2105 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp918 : ConstantExpr::getTruncOrBitCast(RVC, CB->getType());
927 : ConstantExpr::getTruncOrBitCast(RVC, AnchorValue.getType());

Completed in 99 milliseconds