/external/llvm/include/llvm/MC/ |
H A D | MCObjectWriter.h | 168 const char Zeros[16] = { 0 }; local 171 OS << StringRef(Zeros, 16); 173 OS << StringRef(Zeros, N % 16);
|
/external/llvm/runtime/libprofile/ |
H A D | CommonProfiling.c | 114 int Zeros = 0; local 123 if (write(OutFile, &Zeros, 4-(SavedArgsLength&3)) < 0) {
|
/external/llvm/lib/Support/ |
H A D | ConstantRange.cpp | 687 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros()); 688 if (Zeros.ugt(Other.getUnsignedMax()))
|
/external/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 176 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros); 191 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros); 235 llvm::Constant *Zeros[2]; member in class:__anon55::CGObjCGNU 772 Zeros[0] = llvm::ConstantInt::get(LongTy, 0); 773 Zeros[1] = Zeros[0]; 2170 llvm::Constant *offsetPointerIndexes[] = {Zeros[0], 2202 NULLPtr, 0x12L, ClassName.c_str(), 0, Zeros[0], GenerateIvarList( 2335 llvm::Constant *Idxs[] = {Zeros[0], 2336 llvm::ConstantInt::get(Int32Ty, i), Zeros[ [all...] |
H A D | CodeGenModule.cpp | 2037 llvm::Constant *Zeros[] = { Zero, Zero }; local 2047 llvm::ConstantExpr::getGetElementPtr(GV, Zeros); 2101 Fields[2] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros); 2143 llvm::Constant *Zeros[] = { Zero, Zero }; local 2167 llvm::ConstantExpr::getGetElementPtr(GV, Zeros); 2225 Fields[1] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros);
|
/external/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 3255 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); 3256 ComputeMaskedBits(U->getValue(), Zeros, Ones); 3257 return Zeros.countTrailingOnes(); 3394 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); 3395 ComputeMaskedBits(U->getValue(), Zeros, Ones, TD); 3396 if (Ones == ~Zeros + 1) 3399 ConservativeResult.intersectWith(ConstantRange(Ones, ~Zeros + 1)));
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1085 uint32_t Zeros = AndRHSMask.countLeadingZeros(); local 1086 APInt Mask = APInt::getLowBitsSet(BitWidth, BitWidth - Zeros);
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8620 APInt Zeros, Ones; local 8621 DAG.ComputeMaskedBits(Op0, Zeros, Ones); 8622 if (Zeros.countLeadingOnes() < BitWidth - AndBitWidth) 10745 SDValue Zeros = getZeroVector(VT, Subtarget, DAG, dl); local 10746 return DAG.getNode(X86ISD::PCMPGT, dl, VT, Zeros, R); 10789 SDValue Zeros = getZeroVector(VT, Subtarget, DAG, dl); local 10790 return DAG.getNode(X86ISD::PCMPGT, dl, VT, Zeros, R); 13443 SDValue Zeros = getZeroVector(VT, Subtarget, DAG, dl); local 13444 SDValue InsV = Insert128BitVector(Zeros, V1.getOperand(0), 0, DAG, dl);
|
/external/chromium/testing/gtest/test/ |
H A D | gtest_unittest.cc | 2778 TEST_F(FloatTest, Zeros) { 2951 TEST_F(DoubleTest, Zeros) {
|
/external/gtest/test/ |
H A D | gtest_unittest.cc | 2778 TEST_F(FloatTest, Zeros) { 2951 TEST_F(DoubleTest, Zeros) {
|
/external/protobuf/gtest/test/ |
H A D | gtest_unittest.cc | 3029 TEST_F(FloatTest, Zeros) { 3196 TEST_F(DoubleTest, Zeros) {
|