Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.cpp483 Value *Nucleus::createFPToSI(Value *V, Type *destType) in createFPToSI() function in sw::Nucleus
3814 Value *integer = Nucleus::createFPToSI(cast.value, Int::getType()); in Int()
5208 Value *xyzw = Nucleus::createFPToSI(cast.value, Int4::getType()); in Int4()
DNucleus.hpp138 static llvm::Value *createFPToSI(llvm::Value *V, llvm::Type *destType);