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

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp278 Value *PHIValue = IntMaskZero; local
280 PHIValue = Arg;
285 PHIValue = Broken;
286 Broken->addIncoming(PHIValue, Pred);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7232 Value *PHIValue = PHI.getIncomingValue(I); local
7233 if (PHIValue != CaseValue) {
7236 ConstantInt *PHIValueInt = dyn_cast<ConstantInt>(PHIValue);
7256 if (PHIValue == CaseValue) {

Completed in 108 milliseconds