Searched refs:getTruncOrBitCast (Results 1 – 4 of 4) sorted by relevance
1206 getTruncOrBitCast(Constant *C, ///< The constant to trunc or bitcast
1881 return wrap(ConstantExpr::getTruncOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstTruncOrBitCast()3802 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildMalloc()3811 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, ITy); in LLVMBuildArrayMalloc()
2209 Constant *ConstantExpr::getTruncOrBitCast(Constant *C, Type *Ty) { in getTruncOrBitCast() function in ConstantExpr
2411 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in tryEmitPrivate()