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