HomeSort by relevance Sort by last modified time
    Searched refs:isUnsigned (Results 26 - 45 of 45) sorted by null

12

  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 773 if (!EmitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 533 } else if (ICI->isUnsigned()) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 688 llvm::APSInt::getMinValue(L1.getBitWidth(), L1.isUnsigned()),
693 L1.isUnsigned()),
697 llvm::APSInt::getMaxValue(L1.getBitWidth(), L1.isUnsigned()),
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 960 if ((EPT->getSize() < 4) || EV->isUnsigned())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 830 assert(ExtentInt.isNonNegative() || ExtentInt.isUnsigned());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 704 if (!PPCEmitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned(),
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 853 milliseconds

12