Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h71 bool isCommutative; member
/external/llvm/lib/VMCore/
DInstruction.cpp336 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
DInstructions.cpp2600 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/external/llvm/include/llvm/
DInstruction.h215 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function