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

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 55 struct IntOp {
73 struct IntOp Int;
81 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, IntOp I)
370 WebAssemblyOperand::IntOp{Val}));
441 WebAssemblyOperand::IntOp{-1}));
451 WebAssemblyOperand::IntOp{static_cast<int64_t>(BT)}));
507 WebAssemblyOperand::IntOp{0});
650 WebAssemblyOperand::IntOp{static_cast<int64_t>(HeapType)}));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 16557 unsigned IntOp = cast<ConstantSDNode>(N.getOperand(1))->getZExtValue();
16558 if (IntOp != Intrinsic::test_start_loop_iterations &&
16559 IntOp != Intrinsic::loop_decrement_reg)
16635 unsigned IntOp = cast<ConstantSDNode>(Int->getOperand(1))->getZExtValue();
16648 if (IntOp == Intrinsic::test_start_loop_iterations) {

Completed in 69 milliseconds