Searched refs:isConstantInstruction (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1705 bool isConstantInstruction() const { function in class:InstructionOpcodeMatcher
2189 bool isConstantInstruction() { function
2190 return getOpcodeMatcher().isConstantInstruction();
3224 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction();
3225 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction();

Completed in 459 milliseconds