Searched refs:BitTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp609 EVT BitTy = MaskTy.getScalarType(); local
611 Mask = DAG.getSelect(DL, BitTy, Mask,
612 DAG.getConstant(APInt::getAllOnesValue(BitTy.getSizeInBits()), BitTy),
613 DAG.getConstant(0, BitTy));
626 APInt::getAllOnesValue(BitTy.getSizeInBits()), MaskTy);

Completed in 49 milliseconds