Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1058 struct NarrowIVDefUse { struct in __anon8efe38bf0311::WidenIV
1059 Instruction *NarrowDef = nullptr;
1060 Instruction *NarrowUse = nullptr;
1061 Instruction *WideDef = nullptr;
1066 bool NeverNegative = false;
1068 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() function
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp850 struct NarrowIVDefUse { struct
851 Instruction *NarrowDef = nullptr;
852 Instruction *NarrowUse = nullptr;
853 Instruction *WideDef = nullptr;
858 bool NeverNegative = false;
860 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp946 struct NarrowIVDefUse { struct
947 Instruction *NarrowDef = nullptr;
948 Instruction *NarrowUse = nullptr;
949 Instruction *WideDef = nullptr;
954 bool NeverNegative = false;
956 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument