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

1 2

  /external/llvm/include/llvm/IR/
PatternMatch.h 86 template <typename LTy, typename RTy> struct match_combine_or {
87 LTy L;
90 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
101 template <typename LTy, typename RTy> struct match_combine_and {
102 LTy L;
105 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
116 template <typename LTy, typename RTy>
117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
118 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 86 template <typename LTy, typename RTy> struct match_combine_or {
87 LTy L;
90 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
101 template <typename LTy, typename RTy> struct match_combine_and {
102 LTy L;
105 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
116 template <typename LTy, typename RTy>
117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
118 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 86 template <typename LTy, typename RTy> struct match_combine_or {
87 LTy L;
90 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
101 template <typename LTy, typename RTy> struct match_combine_and {
102 LTy L;
105 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
116 template <typename LTy, typename RTy>
117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
118 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 94 template <typename LTy, typename RTy> struct match_combine_or {
95 LTy L;
98 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
109 template <typename LTy, typename RTy> struct match_combine_and {
110 LTy L;
113 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {}
124 template <typename LTy, typename RTy>
125 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
126 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 94 llvm::Type *LTy = CGF.CGM.getTypes().ConvertTypeForMem(IvarTy);
99 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
CGBlocks.cpp     [all...]
CGDeclCXX.cpp 165 llvm::Type *LTy = CGM.getTypes().ConvertTypeForMem(T);
166 llvm::PointerType *PTy = llvm::PointerType::get(LTy, ExpectedAddrSpace);
CGDecl.cpp 205 llvm::Type *LTy = getTypes().ConvertTypeForMem(Ty);
214 Init = llvm::UndefValue::get(LTy);
217 new llvm::GlobalVariable(getModule(), LTy,
242 llvm::PointerType *PTy = llvm::PointerType::get(LTy, ExpectedAddrSpace);
    [all...]
CGExprComplex.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 143 QualType LTy = getContext().getCanonicalType(LHS->getType());
146 V = svalBuilder.evalCast(V, CLHSTy, LTy);
161 LHSVal = svalBuilder.conjureSymbolVal(nullptr, B->getRHS(), LCtx, LTy,
164 Result = svalBuilder.evalCast(LHSVal, CTy, LTy);
169 LHSVal = svalBuilder.evalCast(Result, LTy, CTy);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 1058 milliseconds

1 2