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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 123 if (Value *V = SimplifyVectorOp(I))
437 if (Value *V = SimplifyVectorOp(I))
909 if (Value *V = SimplifyVectorOp(I))
    [all...]
InstCombineShifts.cpp 689 if (Value *V = SimplifyVectorOp(I))
730 if (Value *V = SimplifyVectorOp(I))
773 if (Value *V = SimplifyVectorOp(I))
    [all...]
InstCombineAddSub.cpp 1024 if (Value *V = SimplifyVectorOp(I))
    [all...]
InstCombine.h 363 Value *SimplifyVectorOp(BinaryOperator &Inst);
InstCombineAndOrXor.cpp     [all...]
InstructionCombining.cpp     [all...]

Completed in 190 milliseconds