Home
last modified time | relevance | path

Searched refs:ConstantAggregate (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h389 class ConstantAggregate : public Constant {
391 ConstantAggregate(CompositeType *T, ValueTy VT, ArrayRef<Constant *> V);
405 struct OperandTraits<ConstantAggregate>
406 : public VariadicOperandTraits<ConstantAggregate> {};
408 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ConstantAggregate, Constant)
413 class ConstantArray final : public ConstantAggregate {
445 class ConstantStruct final : public ConstantAggregate {
499 class ConstantVector final : public ConstantAggregate {
DValue.def69 // ConstantAggregate.
DValue.h34 class ConstantAggregate; variable
830 template <> struct isa_impl<ConstantAggregate, Value> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.def68 // ConstantAggregate.
DValue.h32 class ConstantAggregate; variable
723 template <> struct isa_impl<ConstantAggregate, Value> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp61 if (!isa<ConstantAggregate>(C)) in isNullOrUndef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp109 isa<ConstantAggregate>(Val); in canSkipAddingToSets()
DConstantFolding.cpp1664 } else if (isa<ConstantAggregate>(c) || isa<ConstantExpr>(c)) { in isManifestConstant()
DValueTracking.cpp3437 if (isa<ConstantAggregate>(C)) { in isBytewiseValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp179 } else if (isa<ConstantAggregate>(C)) { in remapConstant()
DNVPTXAsmPrinter.cpp1897 if (isa<ConstantAggregate>(CPV) || isa<ConstantDataSequential>(CPV)) { in bufferLEByte()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp389 if (const ConstantAggregate *CC = dyn_cast<ConstantAggregate>(this)) in getAggregateElement()
1044 ConstantAggregate::ConstantAggregate(CompositeType *T, ValueTy VT, in ConstantAggregate() function in ConstantAggregate
1046 : Constant(T, VT, OperandTraits<ConstantAggregate>::op_end(this) - V.size(), in ConstantAggregate()
1060 : ConstantAggregate(T, ConstantArrayVal, V) { in ConstantArray()
1120 : ConstantAggregate(T, ConstantStructVal, V) { in ConstantStruct()
1155 : ConstantAggregate(T, ConstantVectorVal, V) { in ConstantVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp74 if (isa<ConstantAggregate>(C)) { in isSimpleEnoughValueToCommitHelper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2424 } else if (isa<ConstantAggregate>(C)) { in writeConstants()