Searched defs:cmpType (Results 1 – 5 of 5) sorted by relevance
82 auto cmpType = loopExitCmp->CastToCompare()->GetOperandsType(); in ParseLoopExit() local
320 auto cmpType = inst->CastToSelect()->GetOperandsType(); in PopulateSelect() local334 auto cmpType = inst->CastToSelectImm()->GetOperandsType(); in PopulateSelectI() local1038 auto cmpType = opcodeXPossibleTypes_[opCode][i]; in GenerateOperations() local1062 auto cmpType = opcodeXPossibleTypes_[opCode][i]; in GenerateOperationsImm() local
929 ArenaString cmpType(ArenaString(DataType::ToString(GetOperandsType()), adapter).append(" ")); in DumpOpcode() local941 ArenaString cmpType(ArenaString(DataType::ToString(GetOperandsType()), adapter).append(" ")); in DumpOpcode() local
2243 auto cmpType = inst->CastToSelect()->GetOperandsType(); in VisitSelect() local2260 auto cmpType = inst->CastToSelectImm()->GetOperandsType(); in VisitSelectImm() local
5574 PrimType cmpType = static_cast<CompareNode *>(expr.Opnd(0))->GetOpndType(); in SelectSelect() local