Home | History | Annotate | Download | only in Reactor

Lines Matching refs:createFPExt

636 	Value *Nucleus::createFPExt(Value *v, Type *destType)
638 return V(::builder->CreateFPExt(v, T(destType)));