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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 354 if (Value *LHSV = dyn_castFNegVal(LHS))
359 if (Value *V = dyn_castFNegVal(RHS))
707 if (Value *V = dyn_castFNegVal(Op1))
InstCombine.h 208 Value *dyn_castFNegVal(Value *V) const;
InstCombineMulDivRem.cpp 283 if (Value *Op0v = dyn_castFNegVal(Op0)) // -X * -Y = X*Y
284 if (Value *Op1v = dyn_castFNegVal(Op1))
InstructionCombining.cpp 505 // dyn_castFNegVal - Given a 'fsub' instruction, return the RHS of the
509 Value *InstCombiner::dyn_castFNegVal(Value *V) const {
    [all...]

Completed in 1295 milliseconds