Home
last modified time | relevance | path

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

/external/clang/test/OpenMP/
Dfor_codegen.cpp468 typedef Bool BoolType; typedef
471 BoolType operator<(It<T> a, It<T> b) { return a.p < b.p; } in operator <()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1329 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(VT); in PromoteIntOp_ADDSUBCARRY() local
1330 switch (BoolType) { in PromoteIntOp_ADDSUBCARRY()
1856 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB() local
1873 switch (BoolType) { in ExpandIntRes_ADDSUB()
1894 if (BoolType == TargetLoweringBase::ZeroOrOneBooleanContent) { in ExpandIntRes_ADDSUB()
1916 if (BoolType == TargetLoweringBase::ZeroOrOneBooleanContent) in ExpandIntRes_ADDSUB()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2144 auto *BoolType = IntegerType::get(IP->getContext(), 1); in expandUnionPredicate() local
2145 Value *Check = ConstantInt::getNullValue(BoolType); in expandUnionPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2272 auto *BoolType = IntegerType::get(IP->getContext(), 1); in expandUnionPredicate() local
2273 Value *Check = ConstantInt::getNullValue(BoolType); in expandUnionPredicate()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1766 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB() local
1779 switch (BoolType) { in ExpandIntRes_ADDSUB()