Searched refs:uOp (Results 1 – 2 of 2) sorted by relevance
509 // I2V instruction has 1 uOp518 // inline a FCVT, so add one more uOp532 // inline a FCVT, so add one more uOp728 // 3 uOp, 1 cycle for branch, 7 cycle for Authentication,1579 // TBL 1-reg/2-reg; TBX 1-reg, 1uOp, throughput=4 latency=2
14038 if (UnaryOperator* uOp = dyn_cast<UnaryOperator>(op)) { in CheckAddressOfOperand() local14039 if (uOp->getOpcode() == UO_Deref) in CheckAddressOfOperand()14042 return uOp->getSubExpr()->getType(); in CheckAddressOfOperand()