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 343 if (Value *LHSV = dyn_castFNegVal(LHS))
348 if (Value *V = dyn_castFNegVal(RHS))
693 if (Value *V = dyn_castFNegVal(Op1))
InstCombine.h 204 Value *dyn_castFNegVal(Value *V) const;
InstCombineMulDivRem.cpp 287 if (Value *Op0v = dyn_castFNegVal(Op0)) // -X * -Y = X*Y
288 if (Value *Op1v = dyn_castFNegVal(Op1))
InstructionCombining.cpp 500 // dyn_castFNegVal - Given a 'fsub' instruction, return the RHS of the
504 Value *InstCombiner::dyn_castFNegVal(Value *V) const {
    [all...]

Completed in 43 milliseconds