Home
last modified time | relevance | path

Searched refs:AllocArgIndexInt (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DVerifier.cpp4663 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4664 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4665 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DVerifier.cpp4604 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4605 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4606 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DVerifier.cpp4725 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4726 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4727 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DVerifier.cpp4725 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4726 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4727 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DVerifier.cpp4671 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4672 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4673 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DVerifier.cpp4563 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4564 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4565 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4725 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4726 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4727 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DVerifier.cpp4778 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4779 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4780 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DVerifier.cpp4725 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4726 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4727 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DVerifier.cpp4671 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall() local
4672 Assert(AllocArgIndexInt.sge(0) && in visitIntrinsicCall()
4673 AllocArgIndexInt.slt(NumArgs->getValue()), in visitIntrinsicCall()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DVerifier.cpp4725 auto AllocArgIndexInt = AllocArgIndex->getValue();
4726 Assert(AllocArgIndexInt.sge(0) &&
4727 AllocArgIndexInt.slt(NumArgs->getValue()),