Searched refs:IsConstantOne (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp617 /// IsConstantOne - Return true only if val is constant int 1
618 static bool IsConstantOne(Value *val) { function
619 assert(val && "IsConstantOne does not work with nullptr val");
648 if (!IsConstantOne(ArraySize)) {
649 if (IsConstantOne(AllocSize)) {

Completed in 274 milliseconds