Searched refs:dagOpDef (Results 1 – 1 of 1) sorted by relevance
162 auto *dagOpDef = cast<llvm::DefInit>(node->getOperator())->getDef(); in isReplaceWithValue() local163 return dagOpDef->getName() == "replaceWithValue"; in isReplaceWithValue()167 auto *dagOpDef = cast<llvm::DefInit>(node->getOperator())->getDef(); in isLocationDirective() local168 return dagOpDef->getName() == "location"; in isLocationDirective()