Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp948 Instruction *NarrowUse = nullptr; member
1111 Instruction *NarrowUse = DU.NarrowUse; in cloneBitwiseIVUser() local
1142 Instruction *NarrowUse = DU.NarrowUse; in cloneArithmeticIVUser() local
1416 Instruction *NarrowUse = DU.NarrowUse; in widenWithVariantLoadUse() local
1486 Instruction *NarrowUse = DU.NarrowUse; in widenWithVariantLoadUseCodegen() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1060 Instruction *NarrowUse = nullptr; member
1217 Instruction *NarrowUse = DU.NarrowUse; in cloneBitwiseIVUser() local
1248 Instruction *NarrowUse = DU.NarrowUse; in cloneArithmeticIVUser() local
1515 Instruction *NarrowUse = DU.NarrowUse; in widenWithVariantUse() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp852 Instruction *NarrowUse = nullptr; member
987 Instruction *NarrowUse = DU.NarrowUse; in cloneBitwiseIVUser() local
1017 Instruction *NarrowUse = DU.NarrowUse; in cloneArithmeticIVUser() local
1174 const SCEVAddRecExpr *WidenIV::getWideRecurrence(Instruction *NarrowUse) { in getWideRecurrence()