HomeSort by relevance Sort by last modified time
    Searched refs:IsConstantOne (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 347 /// IsConstantOne - Return true only if val is constant int 1
348 static bool IsConstantOne(Value *val) {
349 assert(val && "IsConstantOne does not work with NULL val");
376 if (!IsConstantOne(ArraySize)) {
377 if (IsConstantOne(AllocSize)) {
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 434 /// IsConstantOne - Return true only if val is constant int 1
435 static bool IsConstantOne(Value *val) {
436 assert(val && "IsConstantOne does not work with nullptr val");
465 if (!IsConstantOne(ArraySize)) {
466 if (IsConstantOne(AllocSize)) {
    [all...]

Completed in 235 milliseconds