Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp125 unsigned RHSType = RHS.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.cpp303 Type *RHSType = RHSVal->getType(); in FoldPHIArgBinOpIntoPHI() local
312 I->getOperand(1)->getType() != RHSType) in FoldPHIArgBinOpIntoPHI()
346 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(), in FoldPHIArgBinOpIntoPHI()
DInstCombineCompares.cpp981 Type *RHSType = GEPRHS->getOperand(i)->getType(); in foldGEPICmp() local
984 RHSType->getPrimitiveSizeInBits() || in foldGEPICmp()
986 (!LHSType->isVectorTy() || !RHSType->isVectorTy()))) { in foldGEPICmp()