Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4017 bool InvertibleT = (CmpT && CmpT->hasOneUse()) || isa<Constant>(TV); in foldNot() local
4019 if (InvertibleT && InvertibleF) { in foldNot()