HomeSort by relevance Sort by last modified time
    Searched defs:getShiftAmountTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 751 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 326 /// getShiftAmountTy - Returns a type large enough to hold any valid
328 EVT getShiftAmountTy(EVT LHSTy) {
329 return LegalTypes ? TLI.getShiftAmountTy(LHSTy) : TLI.getPointerTy();
    [all...]

Completed in 191 milliseconds