Searched refs:createSIToFP (Results 1 – 4 of 4) sorted by relevance
271 static Value *createSIToFP(Value *V, Type *destType);
3779 Value *integer = Nucleus::createSIToFP(cast.value(), Float::type()); in Float()4004 Value *xyzw = Nucleus::createSIToFP(a, Float4::type()); in Float4()4013 Value *xyzw = Nucleus::createSIToFP(a, Float4::type()); in Float4()4022 storeValue(Nucleus::createSIToFP(RValue<Int4>(c).value(), Float4::type())); in Float4()4029 storeValue(Nucleus::createSIToFP(RValue<Int4>(c).value(), Float4::type())); in Float4()4035 Value *xyzw = Nucleus::createSIToFP(cast.value(), Float4::type()); in Float4()
1461 Value *Nucleus::createSIToFP(Value *v, Type *destType) in createSIToFP() function in rr::Nucleus
1682 Value *Nucleus::createSIToFP(Value *v, Type *destType) in createSIToFP() function in rr::Nucleus