Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1492 ExtendKind ExtKind = getExtendKind(DU.NarrowDef); in getExtendedOperandRecurrence() local
1557 ExtendKind ExtKind; in getWideRecurrence() local
1587 ExtendKind ExtKind = getExtendKind(DU.NarrowDef); in truncateIVUse() local
1685 ExtendKind ExtKind = getExtendKind(NarrowDef); in widenWithVariantUse() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h191 enum ExtKind { EK_Always, EK_Never, EK_ReplyHazy }; enum
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16465 enum ExtKind : uint8_t { enum