Searched defs:isOne (Results 1 – 9 of 9) sorted by relevance
102 public boolean isOne() { in isOne() method in TJScalingFactor
93 const isOne = (x: 1 | 1n) => x; constant
92 const isOne = (x: 1 | 1n) => x; function
200 bool isOne() const { in isOne() function
544 bool isOne() const { in isOne() function
652 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); in ConstantFoldCastInstruction() local
76 bool isOne() const { return isInt() && IntVal == 1; } in isOne() function in __anon9d6f278f0111::FAddendCoef
396 bool SCEV::isOne() const { in isOne() function in SCEV