Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp92 static Constant *getSafeDivisor(Type *DivTy) { in getSafeDivisor()