Home
last modified time | relevance | path

Searched refs:LHSType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp124 unsigned LHSType = Symbol->getType(); in operator <() local
126 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION) in operator <()
128 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
130 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION) in operator <()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp302 Type *LHSType = LHSVal->getType(); in FoldPHIArgBinOpIntoPHI() local
311 I->getOperand(0)->getType() != LHSType || in FoldPHIArgBinOpIntoPHI()
338 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(), in FoldPHIArgBinOpIntoPHI()
DInstCombineCompares.cpp980 Type *LHSType = GEPLHS->getOperand(i)->getType(); in foldGEPICmp() local
983 if (LHSType->getPrimitiveSizeInBits() != in foldGEPICmp()
986 (!LHSType->isVectorTy() || !RHSType->isVectorTy()))) { in foldGEPICmp()