Searched refs:FirstValue (Results 1 – 4 of 4) sorted by relevance
2777 const DbgValue &FirstValue = *FirstValueIt->second; in pickVPHILoc() local2795 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()
2190 LLVMValueRef FirstValue, PhiNode; in llvm_build_phi() local2195 FirstValue = (LLVMValueRef)Field(Hd, 0); in llvm_build_phi()2197 LLVMBuildPhi(Builder_val(B), LLVMTypeOf(FirstValue), String_val(Name)); in llvm_build_phi()
3782 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local3784 if (FirstValue == SecondValue) in MatchPhiNode()3787 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
9391 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local9392 KnownBits Known = computeKnownBits(FirstValue, DL, 0, &AC, in computeShiftCompareExitLimit()