Home
last modified time | relevance | path

Searched defs:DivTy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp158 IntegerType *DivTy = cast<IntegerType>(Dividend->getType()); in generateUnsignedDivisionCode() local
589 Type *DivTy = Div->getType(); in expandDivisionUpTo32Bits() local
637 Type *DivTy = Div->getType(); in expandDivisionUpTo64Bits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp148 IntegerType *DivTy = cast<IntegerType>(Dividend->getType()); in generateUnsignedDivisionCode() local
557 Type *DivTy = Div->getType(); in expandDivisionUpTo32Bits() local
605 Type *DivTy = Div->getType(); in expandDivisionUpTo64Bits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp157 IntegerType *DivTy = cast<IntegerType>(Dividend->getType()); in generateUnsignedDivisionCode() local
588 Type *DivTy = Div->getType(); in expandDivisionUpTo32Bits() local
636 Type *DivTy = Div->getType(); in expandDivisionUpTo64Bits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp95 static Constant *getSafeDivisor(Type *DivTy) { in getSafeDivisor()