Searched defs:CreateIntCast (Results 1 – 4 of 4) sorted by relevance
236 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
202 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
182 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast() function
1799 func (b Builder) CreateIntCast(val Value, t Type, name string) (v Value) { func