Home
last modified time | relevance | path

Searched defs:WideIVInfo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp723 struct WideIVInfo { struct
724 PHINode *NarrowIV;
725 Type *WidestNativeType; // Widest integer type created [sz]ext
726 bool IsSigned; // Was an sext user seen before a zext?
728 WideIVInfo() : NarrowIV(0), WidestNativeType(0), IsSigned(false) {} in WideIVInfo() function
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp797 struct WideIVInfo { struct
798 PHINode *NarrowIV = nullptr;
799 Type *WidestNativeType = nullptr; // Widest integer type created [sz]ext
800 bool IsSigned = false; // Was a sext user seen before a zext?
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp844 struct WideIVInfo { struct
845 PHINode *NarrowIV = nullptr;
848 Type *WidestNativeType = nullptr;
851 bool IsSigned = false;