Home
last modified time | relevance | path

Searched defs:LHSTy (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/Blackfin/
DBlackfinISelLowering.h35 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i16; } in getShiftAmountTy()
/external/llvm/lib/Target/Alpha/
DAlphaISelLowering.h66 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h60 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h84 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h76 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.h112 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h246 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h485 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy()
/external/clang/lib/Sema/
DSemaExpr.cpp2986 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr() local
4381 QualType LHSTy = LHS.get()->getType(); in CheckConditionalOperands() local
4611 QualType LHSTy = LHS.get()->getType(); in FindCompositeObjCPointerType() local
5817 QualType LHSTy = Context.isPromotableBitField(lex.get()); in CheckAdditionOperands() local
5918 QualType LHSTy) { in DiagnoseBadShiftValues()
6005 QualType LHSTy = lex.get()->getType(); in CheckShiftOperands() local
6772 QualType LHSTy(LHSType); in CheckAssignmentOperands() local
6987 void Sema::ConvertPropertyForLValue(ExprResult &LHS, ExprResult &RHS, QualType &LHSTy) { in ConvertPropertyForLValue()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp585 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
DCGExprScalar.cpp1613 QualType LHSTy = E->getLHS()->getType(); in EmitCompoundAssignLValue() local
2111 QualType LHSTy = E->getLHS()->getType(); in EmitCompare() local
/external/clang/lib/AST/
DExprConstant.cpp1363 QualType LHSTy = E->getLHS()->getType(); in VisitBinaryOperator() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp291 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy()
DSelectionDAG.cpp1421 SDValue SelectionDAG::getShiftAmountOperand(EVT LHSTy, SDValue Op) { in getShiftAmountOperand()