Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h115 bool isCommutative; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h141 bool isCommutative = false; member
H A DIntrinsicInst.h58 bool isCommutative() const { in isCommutative() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp729 bool Instruction::isCommutative() const { in isCommutative() function in Instruction
H A DInstructions.cpp3654 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c42 bool isCommutative(TOK op) in isCommutative() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.d45 bool isCommutative(EXP op) in isCommutative() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp240 static bool isCommutative(Instruction *I) { in isCommutative() function