Home
last modified time | relevance | path

Searched defs:BoolFalse (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp47 ConstantInt *BoolFalse; member in __anoncca68f760111::SIAnnotateControlFlow
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp242 ConstantInt *BoolFalse; member in __anon4b9e022b0111::StructurizeCFG
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1650 auto BoolFalse = ConstantInt::getFalse(Context); in convertToGuardPredicates() local