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

  /external/llvm/include/llvm/Support/
PatternMatch.h 81 template<typename LTy, typename RTy>
83 LTy L;
86 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) { }
98 template<typename LTy, typename RTy>
100 LTy L;
103 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) { }
115 template<typename LTy, typename RTy>
116 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
117 return match_combine_or<LTy, RTy>(L, R)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 134 QualType LTy = getContext().getCanonicalType(LHS->getType());
137 V = svalBuilder.evalCast(V, CLHSTy, LTy);
152 LHSVal = svalBuilder.conjureSymbolVal(0, B->getRHS(), LCtx, LTy,
155 Result = svalBuilder.evalCast(LHSVal, CTy, LTy);
160 LHSVal = svalBuilder.evalCast(Result, LTy, CTy);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 93 llvm::Type *LTy = CGF.CGM.getTypes().ConvertTypeForMem(IvarTy);
98 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
CGBlocks.cpp     [all...]
CGDecl.cpp 187 llvm::Type *LTy = CGM.getTypes().ConvertTypeForMem(Ty);
191 new llvm::GlobalVariable(CGM.getModule(), LTy,
836 llvm::Type *LTy = ConvertTypeForMem(Ty);
861 LTy = BuildByRefType(&D);
863 llvm::AllocaInst *Alloc = CreateTempAlloca(LTy);
    [all...]
CGExprComplex.cpp 767 llvm::Type* LTy = CGF.ConvertType(Ty);
768 llvm::Value* zeroConstant = llvm::Constant::getNullValue(LTy);
CGCall.cpp     [all...]
CGExprAgg.cpp 380 llvm::Type *LTy = CGF.ConvertTypeForMem(array);
381 llvm::AllocaInst *alloc = CGF.CreateTempAlloca(LTy);
385 EmitArrayInit(alloc, cast<llvm::ArrayType>(LTy), element, initList);
    [all...]
TargetInfo.cpp     [all...]
CGObjC.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 405 milliseconds