Searched refs:Cv (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp254 std::condition_variable Cv; member in struct:fuzzer::JobQueue
261 Cv.notify_one();
266 Cv.wait(Lk, [&]{return !Qu.empty();});
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1921 Constant *Cv = ConstantVector::get(Indices);
1922 assert(Cv->getType() == Val->getType() && "Invalid consecutive vec");
1927 Step = Builder.CreateMul(Cv, Step);
1939 Constant *Cv = ConstantVector::get(Indices);
1947 Value *MulOp = Builder.CreateFMul(Cv, Step);
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2373 $DEVFSADM -Cv
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2571 SDValue Cv = local
2574 return DAG.getNode(ISD::TRUNCATE, dl, VT, Cv);

Completed in 224 milliseconds