OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp
450
int
CharC
= 0;
452
int ANum = *(int *)(MyNewStr +
CharC
);
453
CharC
+= 4;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
295
ConstantInt *
CharC
= dyn_cast<ConstantInt>(CI->getArgOperand(1));
296
if (!
CharC
) {
314
if (
CharC
->isZero()) // strchr(p, 0) -> p + strlen(p)
322
size_t I = (0xFF &
CharC
->getSExtValue()) == 0
324
: Str.find(
CharC
->getSExtValue());
334
ConstantInt *
CharC
= dyn_cast<ConstantInt>(CI->getArgOperand(1));
338
if (!
CharC
)
344
if (
CharC
->isZero())
350
size_t I = (0xFF &
CharC
->getSExtValue()) == 0
352
: Str.rfind(
CharC
->getSExtValue())
[
all
...]
Completed in 55 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026