Searched refs:FirstValue (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_packet.h | 115 template <typename Extension, typename FirstValue, typename... Values> 116 bool GetExtension(FirstValue, Values...) const; 206 template <typename Extension, typename FirstValue, typename... Values> 207 bool RtpPacket::GetExtension(FirstValue first, Values... values) const { in GetExtension()
|
/external/webrtc/rtc_base/numerics/ |
D | event_based_exponential_moving_average_unittest.cc | 35 TEST(EventBasedExponentialMovingAverageTest, FirstValue) { in TEST() argument
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 2358 LLVMValueRef FirstValue, PhiNode; in llvm_build_phi() local 2363 FirstValue = (LLVMValueRef) Field(Hd, 0); in llvm_build_phi() 2364 PhiNode = LLVMBuildPhi(Builder_val(B), LLVMTypeOf(FirstValue), in llvm_build_phi()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 2243 LLVMValueRef FirstValue, PhiNode; in llvm_build_phi() local 2248 FirstValue = (LLVMValueRef) Field(Hd, 0); in llvm_build_phi() 2249 PhiNode = LLVMBuildPhi(Builder_val(B), LLVMTypeOf(FirstValue), in llvm_build_phi()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3412 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local 3414 if (FirstValue == SecondValue) in MatchPhiNode() 3417 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3559 Value *FirstValue = Item.first->getIncomingValueForBlock(B); in MatchPhiNode() local 3561 if (FirstValue == SecondValue) in MatchPhiNode() 3564 PHINode *FirstPhi = dyn_cast<PHINode>(FirstValue); in MatchPhiNode()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6250 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local 6252 ComputeSignBit(FirstValue, KnownZero, KnownOne, DL, 0, nullptr, in computeShiftCompareExitLimit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7735 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local 7736 KnownBits Known = computeKnownBits(FirstValue, DL, 0, nullptr, in computeShiftCompareExitLimit()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7963 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local 7964 KnownBits Known = computeKnownBits(FirstValue, DL, 0, nullptr, in computeShiftCompareExitLimit()
|