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 160 if (Value *LHSV = dyn_castNegVal(LHS)) {
161 if (Value *RHSV = dyn_castNegVal(RHS)) {
171 if (Value *V = dyn_castNegVal(RHS))
541 if (Value *V = dyn_castNegVal(Op1)) {
628 if (Value *XNeg = dyn_castNegVal(X))
InstCombineMulDivRem.cpp 175 if (Value *Op0v = dyn_castNegVal(Op0)) // -X * -Y = X*Y
176 if (Value *Op1v = dyn_castNegVal(Op1))
190 Value *Neg = dyn_castNegVal(Op1C);
666 if (Value *RHSNeg = dyn_castNegVal(Op1))
InstCombine.h 203 Value *dyn_castNegVal(Value *V) const;
InstructionCombining.cpp 482 // dyn_castNegVal - Given a 'sub' instruction, return the RHS of the instruction
485 Value *InstCombiner::dyn_castNegVal(Value *V) const {
    [all...]
InstCombineCompares.cpp     [all...]

Completed in 183 milliseconds