Searched defs:CreateBitCast (Results 1 – 7 of 7) sorted by relevance
170 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
182 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
217 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
177 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
230 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
190 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
1593 func (b Builder) CreateBitCast(val Value, t Type, name string) (v Value) { func