Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h43 uint64_t IsCommutative : 1; member
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSValBuilder.cpp521 const auto IsCommutative = [](BinaryOperatorKind Op) { in evalBinOp() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp6837 bool IsCommutative = isCommutative(S.MainOp) || isCommutative(S.AltOp); in buildTree_rec() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp51911 bool IsCommutative, in isHorizontalBinOp()