Searched defs:isConditional (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h2346 bool isConditional() const { return getNumOperands() == 3; } function in class:llvm::BranchInst
2349 assert(isConditional() && "Cannot get condition of an uncond branch!");
2354 assert(isConditional() && "Cannot set condition of unconditional branch!");
2358 unsigned getNumSuccessors() const { return 1+isConditional(); }
/external/llvm/include/llvm/IR/
H A DInstructions.h2926 bool isConditional() const { return getNumOperands() == 3; } function in class:llvm::BranchInst
2929 assert(isConditional() && "Cannot get condition of an uncond branch!");
2934 assert(isConditional() && "Cannot set condition of unconditional branch!");
2938 unsigned getNumSuccessors() const { return 1+isConditional(); }
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 898 milliseconds