Searched defs:IsOr (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ | ||
H A D | MipsExpandPseudo.cpp | 641 bool IsOr = false; expandAtomicBinOp() local |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ | ||
H A D | CompressInstEmitter.cpp | 497 bool IsOr = CombineType == "any_of"; in getReqFeatures() local |
H A D | AsmWriterEmitter.cpp | 1010 bool IsOr = CombineType == "any_of"; EmitPrintAliasInstruction() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | ConstraintElimination.cpp | 1104 bool IsOr = match(Cond, m_LogicalOr()); addInfoFor() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 6245 bool IsOr = (LogicOp->getOpcode() == ISD::OR); foldAndOrOfSETCC() local |