Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp148 IntegerType *DivTy = cast<IntegerType>(Dividend->getType()); in generateUnsignedDivisionCode() local
557 Type *DivTy = Div->getType(); expandDivisionUpTo32Bits() local
605 Type *DivTy = Div->getType(); expandDivisionUpTo64Bits() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp95 getSafeDivisor(Type * DivTy) getSafeDivisor() argument