Searched refs:ElemC (Results 1 – 1 of 1) sorted by relevance
405 Constant *ElemC; in ConstantFoldLoadThroughBitcast() local407 ElemC = C->getAggregateElement(Elem++); in ConstantFoldLoadThroughBitcast()408 } while (ElemC && DL.getTypeSizeInBits(ElemC->getType()).isZero()); in ConstantFoldLoadThroughBitcast()409 C = ElemC; in ConstantFoldLoadThroughBitcast()