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/
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp 215 if (Value *Op0v = dyn_castNegVal(Op0)) // -X * -Y = X*Y
216 if (Value *Op1v = dyn_castNegVal(Op1))
230 Value *Neg = dyn_castNegVal(Op1C);
    [all...]
InstCombine.h 228 Value *dyn_castNegVal(Value *V) const;
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 609 // dyn_castNegVal - Given a 'sub' instruction, return the RHS of the instruction
612 Value *InstCombiner::dyn_castNegVal(Value *V) const {
    [all...]

Completed in 81 milliseconds