Home
last modified time | relevance | path

Searched refs:createFPToSI (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DNucleus.hpp272 static Value *createFPToSI(Value *V, Type *destType);
DReactor.cpp2329 Value *integer = Nucleus::createFPToSI(cast.value(), Int::type()); in Int()
3269 Value *xyzw = Nucleus::createFPToSI(cast.value(), Int4::type()); in Int4()
DSubzeroReactor.cpp1677 Value *Nucleus::createFPToSI(Value *v, Type *destType) in createFPToSI() function in rr::Nucleus
DLLVMReactor.cpp1435 Value *Nucleus::createFPToSI(Value *v, Type *destType) in createFPToSI() function in rr::Nucleus