Searched refs:getTruncOrBitCast (Results 1 – 6 of 6) sorted by relevance
232 return ConstantExpr::getTruncOrBitCast(C, DestTy); in CreateTruncOrBitCast()
1124 getTruncOrBitCast(Constant *C, ///< The constant to trunc or bitcast
220 return Fold(ConstantExpr::getTruncOrBitCast(C, DestTy)); in CreateTruncOrBitCast()
1790 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()
2029 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { in getTruncOrBitCast() function in ConstantExpr
2115 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in tryEmitPrivate()