Searched refs:GetRulesForInstruction (Results 1 – 9 of 9) sorted by relevance
85 return !GetRulesForInstruction(inst).empty(); in HasFoldingRule()89 const std::vector<ConstantFoldingRule>& GetRulesForInstruction( in GetRulesForInstruction() function
66 const FoldingRuleSet& GetRulesForInstruction(Instruction* inst) const { in GetRulesForInstruction() function
246 GetFoldingRules().GetRulesForInstruction(inst)) { in FoldInstructionInternal()650 for (auto rule : GetConstantFoldingRules().GetRulesForInstruction(inst)) { in FoldInstructionToConstant()