Searched defs:CreateBitCast (Results 1 – 5 of 5) sorted by relevance
137 Instruction *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
200 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
141 Value *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
210 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
1729 func (b Builder) CreateBitCast(val Value, t Type, name string) (v Value) { func