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

  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 51 UndefValue *BoolUndef;
121 BoolUndef = UndefValue::get(Boolean);
AMDGPUStructurizeCFG.cpp 172 UndefValue *BoolUndef;
275 BoolUndef = UndefValue::get(Boolean);
323 if (Condition == BoolUndef)
324 return BoolUndef;
749 Conditions.push_back(BranchInst::Create(Entry, Next, BoolUndef, Flow));
787 BoolUndef, LoopEnd));

Completed in 119 milliseconds