HomeSort by relevance Sort by last modified time
    Searched refs:UseTy (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 573 Type *UseTy = U.get()->getType();
578 if (Replacement->getType() != UseTy)
579 Replacement = new BitCastInst(Replacement, UseTy, "",
594 if (Replacement->getType() != UseTy)
595 Replacement = new BitCastInst(Replacement, UseTy, "",
  /external/llvm/lib/IR/
Metadata.cpp 205 typedef std::pair<void *, std::pair<OwnerTy, uint64_t>> UseTy;
206 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end());
207 std::sort(Uses.begin(), Uses.end(), [](const UseTy &L, const UseTy &R) {
258 typedef std::pair<void *, std::pair<OwnerTy, uint64_t>> UseTy;
259 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end());
260 std::sort(Uses.begin(), Uses.end(), [](const UseTy &L, const UseTy &R) {
    [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 44 typename UseTy = const Use,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 53 typename UseTy = const Use,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 53 typename UseTy = const Use,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h 53 typename UseTy = const Use,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 53 typename UseTy = const Use,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 56 typename UseTy = const Use,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 56 typename UseTy = const Use,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 56 typename UseTy = const Use,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 56 typename UseTy = const Use,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallSite.h 53 typename UseTy = const Use,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallSite.h 53 typename UseTy = const Use,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
CallSite.h 56 typename UseTy = const Use,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
CallSite.h 56 typename UseTy = const Use,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
CallSite.h 56 typename UseTy = const Use,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
CallSite.h 56 typename UseTy = const Use,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
IndVarSimplify.cpp 653 Type *UseTy = Op->getType();
683 Value *NewVal = Rewriter.expandCodeFor(AR, UseTy, InsertPt);
    [all...]

Completed in 1700 milliseconds