HomeSort by: relevance | last modified time | path
    Searched refs:isIntDivRem (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 166 bool isIntDivRem() const { return isIntDivRem(getOpcode()); }
190 static inline bool isIntDivRem(unsigned Opcode) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 1825 (Instruction::isIntDivRem(BOpcode) || Instruction::isShift(BOpcode));
1953 (Instruction::isIntDivRem(BOpc) || Instruction::isShift(BOpc));
InstCombineSimplifyDemanded.cpp 1554 if (match(I, m_BinOp(BO)) && !BO->isIntDivRem() && !BO->isShift()) {
InstructionCombining.cpp 1696 if (Inst.isIntDivRem() || (Inst.isShift() && ConstOp1))
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp 1465 if (Instruction::isIntDivRem(Opcode) && C2Splat->isNullValue())
1484 if (Instruction::isIntDivRem(Opcode) && RHS->isNullValue())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 399 if (Instruction::isIntDivRem(Opcode))

Completed in 35 milliseconds