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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp284 /// A helper function to apply ExtInsts, a list of s/zext, to value V.
285 /// e.g., if ExtInsts = [sext i32 to i64, zext i16 to i32], this function
308 SmallVector<CastInst *, 16> ExtInsts; member in class:__anon3261::ConstantOffsetExtractor
572 // ExtInsts is built in the use-def order. Therefore, we apply them to V
574 for (auto I = ExtInsts.rbegin(), E = ExtInsts.rend(); I != E; ++I) {
615 ExtInsts.push_back(Cast);

Completed in 62 milliseconds