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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 94 static Value *createFNeg(Value *V);
LLVMReactor.cpp 504 Value *Nucleus::createFNeg(Value *v)
506 return V(::builder->CreateFNeg(v));
    [all...]
SubzeroReactor.cpp 818 Value *Nucleus::createFNeg(Value *v)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 185 Value *createFNeg(Value *V);
725 LastVal = createFNeg(LastVal);
743 Value *FAddCombine::createFNeg(Value *V) {
    [all...]

Completed in 864 milliseconds