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

  /external/llvm/include/llvm/IR/
Instruction.h 115 /// isArithmeticShift - Return true if this is an arithmetic shift right.
116 inline bool isArithmeticShift() const {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 742 bool isSigned = ShiftInst->isArithmeticShift();
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 742 bool isSigned = ShiftInst->isArithmeticShift();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 96 milliseconds