Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.hpp271 static Value *createFPToUI(Value *V, Type *destType);
DLLVMReactor.cpp1429 Value *Nucleus::createFPToUI(Value *v, Type *destType) in createFPToUI() function in rr::Nucleus
2408 Value *integer = Nucleus::createFPToUI(cast.value(), UInt::type()); in UInt()
2798 Value *xyzw = Nucleus::createFPToUI(cast.value(), UInt4::type()); in UInt4()
DSubzeroReactor.cpp1671 Value *Nucleus::createFPToUI(Value *v, Type *destType) in createFPToUI() function in rr::Nucleus