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

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstructions.cpp365 /// IsConstantOne - Return true only if val is constant int 1
366 static bool IsConstantOne(Value *val) { function
367 assert(val && "IsConstantOne does not work with NULL val");
394 if (!IsConstantOne(ArraySize)) {
395 if (IsConstantOne(AllocSize)) {

Completed in 40 milliseconds