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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 174 if (Value *Op0v = dyn_castNegVal(Op0)) // -X * -Y = X*Y
175 if (Value *Op1v = dyn_castNegVal(Op1))
189 Value *Neg = dyn_castNegVal(Op1C);
    [all...]
InstCombineAddSub.cpp 963 if (Value *LHSV = dyn_castNegVal(LHS)) {
965 if (Value *RHSV = dyn_castNegVal(RHS)) {
975 if (Value *V = dyn_castNegVal(RHS))
    [all...]
InstCombine.h 213 Value *dyn_castNegVal(Value *V) const;
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 512 // dyn_castNegVal - Given a 'sub' instruction, return the RHS of the instruction
515 Value *InstCombiner::dyn_castNegVal(Value *V) const {
    [all...]

Completed in 82 milliseconds