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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp308 /// A helper function to apply ExtInsts, a list of s/zext, to value V.
309 /// e.g., if ExtInsts = [sext i32 to i64, zext i16 to i32], this function
333 SmallVector<CastInst *, 16> ExtInsts; member in class:__anon5722::ConstantOffsetExtractor
617 // ExtInsts is built in the use-def order. Therefore, we apply them to V
619 for (auto I = ExtInsts.rbegin(), E = ExtInsts.rend(); I != E; ++I) {
661 ExtInsts.push_back(Cast);

Completed in 47 milliseconds