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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp 726 QualType LHSTy = Context.getPointerType(EltTy);
728 ConvTy = CheckSingleAssignmentConstraints(LHSTy, RHS);
731 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 181 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) const;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 474 EVT getShiftAmountTy(EVT LHSTy) {
475 assert(LHSTy.isInteger() && "Shift amount is not an integer type!");
476 if (LHSTy.isVector())
477 return LHSTy;
479 return LegalTypes ? TLI.getScalarShiftAmountTy(DL, LHSTy)
    [all...]
SelectionDAG.cpp     [all...]

Completed in 903 milliseconds