HomeSort by relevance Sort by last modified time
    Searched refs:getTrunc (Results 1 - 25 of 45) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 651 static Constant *getTrunc (Constant *C, Type *Ty);
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 337 return ConstantExpr::getTrunc(Res, IntegerType::get(C->getContext(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
InstCombinePHI.cpp 432 Constant *Trunc = ConstantExpr::getTrunc(C, NarrowType);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 495 ConstantExpr::getTrunc(Cst, CI.getType()));
    [all...]
InstCombineAddSub.cpp 293 ConstantExpr::getTrunc(RHSC, LHSConv->getOperand(0)->getType());
InstCombineMulDivRem.cpp 430 return ConstantExpr::getTrunc(C, Ty);
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 225 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy);
231 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));
    [all...]

Completed in 2390 milliseconds

1 2