HomeSort by: relevance | last modified time | path
    Searched defs:isConstantInstruction (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 1859 bool isConstantInstruction() const {
2405 bool isConstantInstruction() {
2406 return getOpcodeMatcher().isConstantInstruction();
3463 bool AIsConstantInsn = AOM && AOM->getInsnMatcher().isConstantInstruction();
3464 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction();

Completed in 26 milliseconds