Home
last modified time | relevance | path

Searched refs:ConstantAggregateZeroVal (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DValue.h213 ConstantAggregateZeroVal, // This is an instance of ConstantAggregateZero enumerator
H A DConstants.h317 : Constant(ty, ConstantAggregateZeroVal, 0, 0) {}
336 return V->getValueID() == ConstantAggregateZeroVal;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DConstants.h353 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
383 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DConstants.h353 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
383 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DConstants.h344 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
374 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DConstants.h353 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
383 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h344 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
374 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DConstants.h344 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
374 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DConstants.h344 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
374 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DConstants.h345 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
375 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DConstants.h341 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
371 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DConstants.h340 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
370 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DConstants.h340 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
370 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DConstants.h355 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
385 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DConstants.h340 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
370 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DConstants.h340 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
370 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DConstants.h340 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
370 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DConstants.h355 : ConstantData(Ty, ConstantAggregateZeroVal) {} in ConstantAggregateZero()
385 return V->getValueID() == ConstantAggregateZeroVal; in classof()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DConstants.h340 : ConstantData(Ty, ConstantAggregateZeroVal) {}
370 return V->getValueID() == ConstantAggregateZeroVal;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DConstants.cpp485 case Constant::ConstantAggregateZeroVal: in deleteConstant()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DConstants.cpp478 case Constant::ConstantAggregateZeroVal: in deleteConstant()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstants.cpp510 case Constant::ConstantAggregateZeroVal:
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DConstants.cpp510 case Constant::ConstantAggregateZeroVal: in deleteConstant()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DConstants.cpp503 case Constant::ConstantAggregateZeroVal: in deleteConstant()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DConstants.cpp477 case Constant::ConstantAggregateZeroVal: in deleteConstant()

12