Lines Matching defs:ConstantStruct
544 delete static_cast<ConstantStruct *>(C);
1351 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context,
1363 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V,
1366 "ConstantStruct::getTypeForElements cannot be called on empty list");
1370 ConstantStruct::ConstantStruct(StructType *T, ArrayRef<Constant *> V,
1377 // ConstantStruct accessors.
1378 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) {
1380 "Incorrect # elements specified to ConstantStruct::get");
1695 //---- ConstantStruct::get() implementation...
1699 void ConstantStruct::destroyConstantImpl() {
3332 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To) {