Searched defs:ZeroCount (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libc/test/src/string/ | ||
H A D | mempcpy_test.cpp | 23 TEST(LlvmLibcMempcpyTest, ZeroCount) { in TEST() argument |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | JumpThreading.cpp | 2182 unsigned ZeroCount = 0; maybethreadThroughTwoBasicBlocks() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBuiltin.cpp | 1820 Value *ZeroCount = Builder.CreateCall(F, {ArgValue, Builder.getTrue()}); EmitMSVCBuiltinExpr() local |