Home
last modified time | relevance | path

Searched refs:BoolType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1438 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(VT); in PromoteIntOp_ADDSUBCARRY() local
1439 switch (BoolType) { in PromoteIntOp_ADDSUBCARRY()
1994 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB() local
2011 switch (BoolType) { in ExpandIntRes_ADDSUB()
2032 if (BoolType == TargetLoweringBase::ZeroOrOneBooleanContent) { in ExpandIntRes_ADDSUB()
2054 if (BoolType == TargetLoweringBase::ZeroOrOneBooleanContent) in ExpandIntRes_ADDSUB()
H A DTargetLowering.cpp4158 EVT BoolType = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in expandMUL_LOHI() local
4166 Next = DAG.getNode(ISD::ADDCARRY, dl, DAG.getVTList(VT, BoolType), Next, in expandMUL_LOHI()
4167 Merge(Lo, Hi), DAG.getConstant(0, dl, BoolType)); in expandMUL_LOHI()
4180 Hi = DAG.getNode(ISD::ADDCARRY, dl, DAG.getVTList(HiLoVT, BoolType), Hi, in expandMUL_LOHI()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2272 auto *BoolType = IntegerType::get(IP->getContext(), 1); in expandUnionPredicate() local
2273 Value *Check = ConstantInt::getNullValue(BoolType); in expandUnionPredicate()