Searched refs:checkConstantInt (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 654 static void checkConstantInt(const Instruction *I, Value *V, in checkConstantInt() function 662 checkConstantInt(this, getArgOperand(SizeArg), in checkWellFormed() 664 checkConstantInt(this, getArgOperand(AlignArg), in checkWellFormed() 689 checkConstantInt(this, getArgOperand(SizeArg), in checkWellFormed() 691 checkConstantInt(this, getArgOperand(AlignArg), in checkWellFormed() 693 checkConstantInt(this, getArgOperand(StorageArg), in checkWellFormed()
|