Searched refs:checkConstantInt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 574 static void checkConstantInt(const Instruction *I, Value *V, in checkConstantInt() function 582 checkConstantInt(this, getArgOperand(SizeArg), in checkWellFormed() 584 checkConstantInt(this, getArgOperand(AlignArg), in checkWellFormed() 598 checkConstantInt(this, getArgOperand(SizeArg), in checkWellFormed() 600 checkConstantInt(this, getArgOperand(AlignArg), in checkWellFormed() 602 checkConstantInt(this, getArgOperand(StorageArg), in checkWellFormed()
|