Searched refs:checkConstantInt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 630 static void checkConstantInt(const Instruction *I, Value *V, in checkConstantInt() function 638 checkConstantInt(this, getArgOperand(SizeArg), in checkWellFormed() 640 checkConstantInt(this, getArgOperand(AlignArg), in checkWellFormed() 654 checkConstantInt(this, getArgOperand(SizeArg), in checkWellFormed() 656 checkConstantInt(this, getArgOperand(AlignArg), in checkWellFormed() 658 checkConstantInt(this, getArgOperand(StorageArg), in checkWellFormed()
|