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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 455 class ZExtOperator : public ConcreteOperator<Operator, Instruction::ZExt> {};
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 4663 auto *LHS = cast<ZExtOperator>(MulInstr->getOperand(0)),
4664 *RHS = cast<ZExtOperator>(MulInstr->getOperand(1));

Completed in 20 milliseconds