Searched refs:ConstantAggregate (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Constants.h | 385 class ConstantAggregate : public Constant { 387 ConstantAggregate(Type *T, ValueTy VT, ArrayRef<Constant *> V); 401 struct OperandTraits<ConstantAggregate> 402 : public VariadicOperandTraits<ConstantAggregate> {}; 404 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ConstantAggregate, Constant) 409 class ConstantArray final : public ConstantAggregate { 441 class ConstantStruct final : public ConstantAggregate { 493 class ConstantVector final : public ConstantAggregate {
|
| H A D | Value.def | 85 // ConstantAggregate.
|
| H A D | Value.h | 35 class ConstantAggregate; variable 965 template <> struct isa_impl<ConstantAggregate, Value> {
|
| H A D | PatternMatch.h | 96 const auto *CA = dyn_cast<ConstantAggregate>(V); in check() 100 SmallPtrSet<const ConstantAggregate *, 8> Seen; in check() 101 SmallVector<const ConstantAggregate *, 8> Worklist; in check() 106 auto CheckValue = [&](const ConstantAggregate *CA) { in check() 111 const auto *CA = dyn_cast<ConstantAggregate>(Op); in check()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/ |
| H A D | PointerTypeAnalysis.cpp | 150 } else if (auto *CA = dyn_cast<ConstantAggregate>(C)) { in classifyConstantWithOpaquePtr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 112 return isa<ConstantAggregate>(V) || isa<ConstantDataArray>(V) || in isAggrToReplace() 176 if (auto *AggrC = dyn_cast<ConstantAggregate>(Op)) { in preprocessCompositeConstants()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 175 } else if (isa<ConstantAggregate>(C)) { in remapConstant()
|
| H A D | NVPTXAsmPrinter.cpp | 1864 if (isa<ConstantAggregate>(CPV) || isa<ConstantDataSequential>(CPV)) { in bufferLEByte()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 72 if (!isa<ConstantAggregate>(C)) in isNullOrUndef()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 422 if (const auto *CC = dyn_cast<ConstantAggregate>(this)) in getAggregateElement() 817 if (isa<ConstantAggregate>(this) || isa<ConstantExpr>(this)) { in isManifestConstant() 1227 ConstantAggregate::ConstantAggregate(Type *T, ValueTy VT, in ConstantAggregate() function in ConstantAggregate 1229 : Constant(T, VT, OperandTraits<ConstantAggregate>::op_end(this) - V.size(), in ConstantAggregate() 1244 : ConstantAggregate(T, ConstantArrayVal, V) { in ConstantArray() 1308 : ConstantAggregate(T, ConstantStructVal, V) { in ConstantStruct() 1350 : ConstantAggregate(T, ConstantVectorVal, V) { in ConstantVector()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 71 if (isa<ConstantAggregate>(C)) { in isSimpleEnoughValueToCommitHelper()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 321 if (auto *CA = dyn_cast<llvm::ConstantAggregate>(C)) { in split() 1542 if (auto agg = dyn_cast<llvm::ConstantAggregate>(init)) { in findLocations()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 677 if (!isa<ConstantAggregate>(Base) && !isa<ConstantDataSequential>(Base)) in getConstantAtOffset()
|
| H A D | ValueTracking.cpp | 4091 if (isa<ConstantAggregate>(C)) { in isBytewiseValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2636 } else if (isa<ConstantAggregate>(C)) { in writeConstants()
|