Searched defs:CreateBitCast (Results 1 – 7 of 7) sorted by relevance
177 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
230 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
207 Constant *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
271 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { in CreateBitCast() function
192 Constant *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