Home
last modified time | relevance | path

Searched refs:FirstValue (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2777 const DbgValue &FirstValue = *FirstValueIt->second; in pickVPHILoc() local
2795 if (!FirstValue.Properties.isJoinable(OutVal.Properties)) in pickVPHILoc()
2798 for (unsigned Idx = 0; Idx < FirstValue.getLocationOpCount(); ++Idx) { in pickVPHILoc()
2805 DbgOpID FirstValOp = FirstValue.getDbgOpID(Idx); in pickVPHILoc()
2820 for (unsigned Idx = 0; Idx < FirstValue.getLocationOpCount(); ++Idx) { in pickVPHILoc()
2824 NewDbgOps.push_back(FirstValue.getDbgOpID(Idx)); in pickVPHILoc()
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2190 LLVMValueRef FirstValue, PhiNode; in llvm_build_phi() local
2195 FirstValue = (LLVMValueRef)Field(Hd, 0); in llvm_build_phi()
2197 LLVMBuildPhi(Builder_val(B), LLVMTypeOf(FirstValue), String_val(Name)); in llvm_build_phi()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3782 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local
3784 if (FirstValue == SecondValue) in MatchPhiNode()
3787 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp9391 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local
9392 KnownBits Known = computeKnownBits(FirstValue, DL, 0, &AC, in computeShiftCompareExitLimit()