Searched defs:CreateBitCast (Results 1 – 4 of 4) sorted by relevance
245 Instruction *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
211 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
198 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast() function
1763 func (b Builder) CreateBitCast(val Value, t Type, name string) (v Value) { func