OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CInt
(Results
1 - 15
of
15
) sorted by null
/external/clang/test/Sema/
cast.c
24
typedef _Complex int
CInt
;
37
(void) (
CInt
) v;
51
(void) (
CInt
) v;
73
(void) (
CInt
) v;
87
(void) (
CInt
) v;
99
(void) (
CInt
) v;
105
void testCI(
CInt
v) {
111
(void) (
CInt
) v;
123
(void) (
CInt
) v;
135
(void) (
CInt
) v
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMParallelDSP.cpp
210
ConstantInt *
CInt
;
212
if (match(V, m_ConstantInt(
CInt
))) {
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
271
auto
CInt
= dyn_cast<ConstantInt>(Arg1);
272
if (!CAZ && !CDV && !
CInt
)
292
else if (
CInt
)
293
Count =
CInt
->getValue();
466
auto *
CInt
= dyn_cast<ConstantInt>(COp);
468
if (!
CInt
&& !CFp)
471
if ((
CInt
&&
CInt
->isNegative()) || (CFp && CFp->isNegative()))
480
auto *
CInt
= dyn_cast<ConstantInt>(II.getArgOperand(2));
481
if (!
CInt
)
[
all
...]
InstructionCombining.cpp
534
const APInt *
CInt
;
537
if (match(V, m_APInt(
CInt
)) && !
CInt
->isMinSignedValue())
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
587
const APInt *
CInt
;
590
if (match(V, m_APInt(
CInt
)) && !
CInt
->isMinSignedValue())
[
all
...]
InstCombineCalls.cpp
320
auto
CInt
= dyn_cast<ConstantInt>(Arg1);
321
if (!CAZ && !CDV && !
CInt
)
341
else if (
CInt
)
342
Count =
CInt
->getValue();
542
auto *
CInt
= dyn_cast_or_null<ConstantInt>(COp);
543
if (!
CInt
)
546
APInt Val =
CInt
->getValue();
704
auto *
CInt
= dyn_cast<ConstantInt>(COp);
706
if (!
CInt
&& !CFp)
709
if ((
CInt
&& CInt->isNegative()) || (CFp && CFp->isNegative())
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
[
all
...]
LoopVectorize.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 1249 milliseconds