Home
last modified time | relevance | path

Searched defs:isCommutative (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h72 bool isCommutative; member
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp494 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
H A DInstructions.cpp3195 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h138 bool isCommutative; member
H A DInstruction.h304 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function