Searched defs:isCommutative (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h139 bool isCommutative = false; member in struct:llvm::final::ConstraintInfo
H A DInstruction.h535 bool isCommutative() const { return isCommutative(getOpcode()); } function in class:llvm::Instruction
536 static bool isCommutative(unsigned Opcode) { function in class:llvm::Instruction
H A DInstructions.h1278 bool isCommutative() const { return isEquality(); } function in class:llvm::ICmpInst
1388 bool isCommutative() const { function in class:llvm::FCmpInst
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h115 bool isCommutative; member in struct:llvm::CodeGenIntrinsic
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp238 static bool isCommutative(Instruction *I) { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3640 bool CmpInst::isCommutative() const { function in class:CmpInst

Completed in 167 milliseconds