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

  /external/llvm/include/llvm/IR/
InstrTypes.h 308 /// isNeg, isFNeg, isNot - Check if the given Value is a
312 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 49 if (BinaryOperator::isNeg(V) || BinaryOperator::isFNeg(V) ||
InstCombineMulDivRem.cpp 546 if (BinaryOperator::isFNeg(Opnd0, IgnoreZeroSign)) {
    [all...]
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp 632 if (BinaryOperator::isFNeg(V, IgnoreZeroSign))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 316 milliseconds