Home
last modified time | relevance | path

Searched refs:intOpcode (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp1902 LLVMIntPredicate intOpcode = LLVMIntEQ; in VisitCmp() local
1907 intOpcode = ConvertLLVMPredicateFromICMP(cond); in VisitCmp()
1908 result = LLVMBuildICmp(builder_, intOpcode, e1Value, e2Value, ""); in VisitCmp()