Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.hpp146 static llvm::Value *createIntCast(llvm::Value *V, llvm::Type *destType, bool isSigned);
DNucleus.cpp523 Value *Nucleus::createIntCast(Value *V, Type *destType, bool isSigned) in createIntCast() function in sw::Nucleus