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

  /external/llvm/lib/IR/
Instructions.cpp 87 // PHINode Class
90 void PHINode::anchor() {}
92 PHINode::PHINode(const PHINode &PN)
103 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
131 void PHINode::growOperands() {
142 Value *PHINode::hasConstantValue() const {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 258 milliseconds