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