HomeSort by relevance Sort by last modified time
    Searched refs:createFPToSI (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Reactor/
Nucleus.hpp 109 static Value *createFPToSI(Value *V, Type *destType);
LLVMReactor.cpp 621 Value *Nucleus::createFPToSI(Value *v, Type *destType)
623 return V(::builder->CreateFPToSI(v, T(destType)));
    [all...]
SubzeroReactor.cpp 1023 Value *Nucleus::createFPToSI(Value *v, Type *destType)
    [all...]

Completed in 180 milliseconds