Searched refs:createIntCast (Results 1 – 2 of 2) sorted by relevance
146 static llvm::Value *createIntCast(llvm::Value *V, llvm::Type *destType, bool isSigned);
523 Value *Nucleus::createIntCast(Value *V, Type *destType, bool isSigned) in createIntCast() function in sw::Nucleus