Home | History | Annotate | Download | only in IR

Lines Matching refs:ConstantStruct

206   if (const ConstantStruct *CS = dyn_cast<ConstantStruct>(this))
879 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context,
891 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V,
894 "ConstantStruct::getTypeForElements cannot be called on empty list");
899 ConstantStruct::ConstantStruct(StructType *T, ArrayRef<Constant *> V)
901 OperandTraits<ConstantStruct
911 // ConstantStruct accessors.
912 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) {
914 "Incorrect # elements specified to ConstantStruct::get");
940 Constant *ConstantStruct::get(StructType *T, ...) {
1295 //---- ConstantStruct::get() implementation...
1300 void ConstantStruct::destroyConstant() {
2708 void ConstantStruct::replaceUsesOfWithOnConstant(Value *From, Value *To,