Home
last modified time | relevance | path

Searched refs:BoolType (Results 1 – 3 of 3) 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/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2144 auto *BoolType = IntegerType::get(IP->getContext(), 1); in expandUnionPredicate() local
2145 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()