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

  /external/llvm/include/llvm/MC/
MCObjectWriter.h 171 const char Zeros[16] = { 0 };
174 OS << StringRef(Zeros, 16);
176 OS << StringRef(Zeros, N % 16);
  /external/llvm/runtime/libprofile/
CommonProfiling.c 136 int Zeros = 0;
145 if (write(OutFile, &Zeros, 4-(SavedArgsLength&3)) < 0) {
  /external/llvm/lib/Support/
ConstantRange.cpp 687 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros());
688 if (Zeros.ugt(Other.getUnsignedMax()))
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 174 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros);
189 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros);
241 CGM.GetAddrOfConstantString(NameAndAttributes), Zeros);
280 // Some zeros used for GEPs in lots of places.
281 llvm::Constant *Zeros[2];
    [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 698 // K! (i.e. trailing zeros in the binary representation of K!), and ^ is
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 423 milliseconds