Searched defs:NarrowIVDefUse (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 779 struct NarrowIVDefUse { struct 780 Instruction *NarrowDef; 781 Instruction *NarrowUse; 782 Instruction *WideDef; 784 NarrowIVDefUse(): NarrowDef(0), NarrowUse(0), WideDef(0) {} in NarrowIVDefUse() function 786 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD): in NarrowIVDefUse() argument
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 850 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 910 struct NarrowIVDefUse { struct 911 Instruction *NarrowDef = nullptr; 912 Instruction *NarrowUse = nullptr; 913 Instruction *WideDef = nullptr; 918 bool NeverNegative = false; 920 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() argument
|