Home
last modified time | relevance | path

Searched defs:IsLogical (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h49 IsLogical = (1 << 20), enumerator
H A DSystemZISelLowering.cpp7299 bool IsLogical = false; in computeKnownBitsForTargetNode() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp522 bool IsLogical, in foldLogOpOfMaskedICmps()
721 bool IsLogical) { in foldAndOrOfICmpsOfAndWithPow2()
1094 bool IsAnd, bool IsLogical, in foldAndOrOfICmpsWithConstEq()
2301 bool IsLogical = isa<SelectInst>(Op1); in visitAnd() local
2318 bool IsLogical = isa<SelectInst>(Op0); in visitAnd() local
2724 bool IsAnd, bool IsLogical, in foldAndOrOfICmpEqZeroAndICmp()
2757 bool IsLogical) { in foldAndOrOfICmps()
3229 bool IsLogical = isa<SelectInst>(Op1); in visitOr() local
3246 bool IsLogical = isa<SelectInst>(Op0); in visitOr() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp76 bool IsLogical; member