HomeSort by relevance Sort by last modified time
    Searched refs:Idxs (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 132 ArrayRef<unsigned> Idxs,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 809 Value *Idxs[2] = {
    [all...]
GlobalOpt.cpp 537 SmallVector<Constant*, 8> Idxs;
538 Idxs.push_back(NullInt);
540 Idxs.push_back(CE->getOperand(i));
542 ConstantExpr::getGetElementPtr(NewTy, cast<Constant>(NewPtr), Idxs);
545 SmallVector<Value*, 8> Idxs;
546 Idxs.push_back(NullInt);
548 Idxs.push_back(GEPI->getOperand(i));
550 NewTy, NewPtr, Idxs, GEPI->getName() + "." + Twine(Val), GEPI);
681 SmallVector<Constant*, 8> Idxs;
682 Idxs.reserve(GEPI->getNumOperands()-1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 667 Value *Idxs[2] = {
670 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i);
671 Value *Idx = GetElementPtrInst::Create(*AI, Idxs,
    [all...]
GlobalOpt.cpp 597 SmallVector<Constant*, 8> Idxs;
598 Idxs.push_back(NullInt);
600 Idxs.push_back(CE->getOperand(i));
601 NewPtr = ConstantExpr::getGetElementPtr(cast<Constant>(NewPtr), Idxs);
604 SmallVector<Value*, 8> Idxs;
605 Idxs.push_back(NullInt);
607 Idxs.push_back(GEPI->getOperand(i));
608 NewPtr = GetElementPtrInst::Create(NewPtr, Idxs,
747 SmallVector<Constant*, 8> Idxs;
748 Idxs.reserve(GEPI->getNumOperands()-1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]

Completed in 1672 milliseconds

1 23 4 5