Searched refs:intOpcode (Results 1 – 1 of 1) sorted by relevance
1902 LLVMIntPredicate intOpcode = LLVMIntEQ; in VisitCmp() local1907 intOpcode = ConvertLLVMPredicateFromICMP(cond); in VisitCmp()1908 result = LLVMBuildICmp(builder_, intOpcode, e1Value, e2Value, ""); in VisitCmp()