Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet.h115 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/
Devent_based_exponential_moving_average_unittest.cc35 TEST(EventBasedExponentialMovingAverageTest, FirstValue) { in TEST() argument
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c2358 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/
Dllvm_ocaml.c2243 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/
DCodeGenPrepare.cpp3412 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/
DCodeGenPrepare.cpp3559 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/
DScalarEvolution.cpp6250 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/
DScalarEvolution.cpp7735 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local
7736 KnownBits Known = computeKnownBits(FirstValue, DL, 0, nullptr, in computeShiftCompareExitLimit()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp7963 Value *FirstValue = PN->getIncomingValueForBlock(Predecessor); in computeShiftCompareExitLimit() local
7964 KnownBits Known = computeKnownBits(FirstValue, DL, 0, nullptr, in computeShiftCompareExitLimit()