Searched refs:IntOp (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp56 struct IntOp { struct in struct:__anon2672::WebAssemblyOperand
74 struct IntOp Int;
82 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, IntOp I)
405 WebAssemblyOperand::IntOp{Val}));
476 WebAssemblyOperand::IntOp{-1}));
491 WebAssemblyOperand::IntOp{static_cast<int64_t>(BT)}));
547 WebAssemblyOperand::IntOp{0});
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1116 const SCEV *IntOp = SCEVPtrToIntSinkingRewriter::rewrite(Op, *this);
1117 assert(IntOp->getType()->isIntegerTy() &&
1120 return IntOp;
1126 const SCEV *IntOp = getLosslessPtrToIntExpr(Op);
1127 if (isa<SCEVCouldNotCompute>(IntOp))
1128 return IntOp;
1130 return getTruncateOrZeroExtend(IntOp, Ty);
8033 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy);
8034 if (isa<SCEVCouldNotCompute>(IntOp))
8036 return IntOp;
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18187 unsigned IntOp = N.getConstantOperandVal(1); local
18188 if (IntOp != Intrinsic::test_start_loop_iterations &&
18189 IntOp != Intrinsic::loop_decrement_reg)
18265 unsigned IntOp = Int->getConstantOperandVal(1); local
18278 if (IntOp == Intrinsic::test_start_loop_iterations) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 248 milliseconds