Home
last modified time | relevance | path

Searched refs:createFPToUI (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Reactor/
DNucleus.hpp151 static Value *createFPToUI(Value *V, Type *destType);
DLLVMReactor.cpp1409 Value *Nucleus::createFPToUI(Value *v, Type *destType) in createFPToUI() function in rr::Nucleus
2384 Value *integer = Nucleus::createFPToUI(cast.value(), UInt::type()); in UInt()
2759 Value *xyzw = Nucleus::createFPToUI(cast.value(), UInt4::type()); in UInt4()
4288 Value *xyzw = Nucleus::createFPToUI(cast.value(), SIMD::UInt::type()); in UInt()
DSubzeroReactor.cpp1653 Value *Nucleus::createFPToUI(Value *v, Type *destType) in createFPToUI() function in rr::Nucleus