Home
last modified time | relevance | path

Searched defs:XTy (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1664 using XTy = decltype(X); in getFunctionBitmap() typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1178 Type *XTy; in foldSignBitTest() local
5922 Type *XTy = X->getType(), *YTy = Y->getType(); in foldICmpWithZextOrSext() local
6592 Type *XTy = X->getType(); in foldICmpUsingKnownBits() local
H A DInstCombineCasts.cpp1539 Type *XTy = X->getType(); in visitSExt() local
H A DInstCombineAddSub.cpp1329 Type *XTy = X->getType(); in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3141 LLT XTy = MRI.getType(X); in matchHoistLogicOpWithSameOpcodeHands() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17530 static inline bool CanCombineFCOPYSIGN_EXTEND_ROUND(EVT XTy, EVT YTy) { in CanCombineFCOPYSIGN_EXTEND_ROUND()