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

/freebsd-11-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-11-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-11-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 134 milliseconds