Searched defs:genEqual (Results 1 – 3 of 3) sorted by relevance
328 void pslCompiler::genEqual () { genCodeByte ( OPCODE_EQUAL ) ; } in genEqual() function in pslCompiler
479 def genEqual(dataType: DataType, c1: String, c2: String): String = dataType match { method
2540 static BinopInst* genEqual(ValueInst* a1, ValueInst* a2) { return genBinopInst(kEQ, a1, a2); } in genEqual() function