HomeSort by relevance Sort by last modified time
    Searched refs:LHSType (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 65 const TypeDescriptor &LHSType;
ubsan_handlers.cc 223 Value LHSVal(Data->LHSType, LHS);
228 RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth())
243 << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType;
250 << LHSVal << RHSVal << Data->LHSType;
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 85 unsigned LHSType = Symbol->getType();
87 if (LHSType == ELF::STT_SECTION && RHSType != ELF::STT_SECTION)
89 if (LHSType != ELF::STT_SECTION && RHSType == ELF::STT_SECTION)
91 if (LHSType == ELF::STT_SECTION && RHSType == ELF::STT_SECTION)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 35 Type *LHSType = LHSVal->getType();
44 I->getOperand(0)->getType() != LHSType ||
71 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 31 Type *LHSType = LHSVal->getType();
49 I->getOperand(0)->getType() != LHSType ||
83 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1059 milliseconds