HomeSort by relevance Sort by last modified time
    Searched refs:CInt (Results 1 - 11 of 11) 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/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/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 360 milliseconds