Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp95 static Constant *getSafeDivisor(Type *DivTy) { in getSafeDivisor()