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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp740 EVT BitTy = MaskTy.getScalarType(); local
742 Mask = DAG.getSelect(DL, BitTy, Mask,
743 DAG.getConstant(APInt::getAllOnesValue(BitTy.getSizeInBits()), DL,
744 BitTy),
745 DAG.getConstant(0, DL, BitTy));
758 APInt::getAllOnesValue(BitTy.getSizeInBits()), DL, MaskTy);
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp5545 llvm::Type *BitTy = llvm::VectorType::getInteger(VTy); local
5546 Ops[0] = Builder.CreateBitCast(Ops[0], BitTy, "vbsl");
5547 Ops[1] = Builder.CreateBitCast(Ops[1], BitTy, "vbsl");
5548 Ops[2] = Builder.CreateBitCast(Ops[2], BitTy, "vbsl");

Completed in 240 milliseconds