HomeSort by relevance Sort by last modified time
    Searched full:cidx (Results 26 - 39 of 39) sorted by null

12

  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 763 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx)) {
764 uint64_t Index = CIdx->getZExtValue();
768 return CVal->getOperand(CIdx->getZExtValue());
780 ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx);
781 if (!CIdx) return 0;
782 APInt idxVal = CIdx->getValue();
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 331 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
332 if (CIdx->isZero()) continue;
333 BaseOffs += TD->getTypeAllocSize(*GTI)*CIdx->getSExtValue();
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 673 CIndexer *CXXIdx = TU->CIdx;
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 428 if (const ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
429 if (CIdx->isZero())
432 DL.getTypeAllocSize(*GTI) * CIdx->getSExtValue();
    [all...]
InstructionSimplify.cpp     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 650 if (ConstantSDNode *CIdx = dyn_cast<ConstantSDNode>(Idx)) {
651 unsigned IdxVal = CIdx->getZExtValue();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 

Completed in 1063 milliseconds

12