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

  /external/llvm/include/llvm/IR/
InstrTypes.h 314 static const Value *getFNegArgument(const Value *BinOp);
315 static Value *getFNegArgument( Value *BinOp);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 640 return BinaryOperator::getFNegArgument(V);
    [all...]

Completed in 87 milliseconds