Searched refs:GEPNonConstantIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp511 Value *GEPNonConstantIdx = 0; local
517 GEPNonConstantIdx = Indices.pop_back_val();
518 if (!GEPNonConstantIdx->getType()->isIntegerTy(32))
522 GEPNonConstantIdx = NonConstantIdx;
526 if (!CanConvertToScalar(GEP, Offset+GEPOffset, GEPNonConstantIdx))
611 Value* GEPNonConstantIdx = 0; local
615 GEPNonConstantIdx = Indices.pop_back_val();
617 GEPNonConstantIdx = NonConstantIdx;
620 ConvertUsesToScalar(GEP, NewAI, Offset+GEPOffset*8, GEPNonConstantIdx);

Completed in 393 milliseconds