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 321 static const Value *getFNegArgument(const Value *BinOp);
322 static Value *getFNegArgument( Value *BinOp);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 896 unsigned OpReg = getRegForValue(BinaryOperator::getFNegArgument(I));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 536 return BinaryOperator::getFNegArgument(V);
    [all...]

Completed in 108 milliseconds