HomeSort by: relevance | last modified time | path
    Searched refs:getCondBit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanVerifier.cpp 54 assert(VPB->getCondBit() && "Missing condition bit!");
56 assert(!VPB->getCondBit() && "Unexpected condition bit!");
VPlanPredicator.cpp 39 VPValue *CBV = PredBB->getCondBit();
VPlan.cpp 191 VPValue *VPBlockBase::getCondBit() {
195 const VPValue *VPBlockBase::getCondBit() const {
338 if (EnableVPlanNativePath && (CBV = getCondBit())) {
427 if (const VPValue *CBV = getCondBit()) {
VPlan.h 553 VPValue *getCondBit();
555 const VPValue *getCondBit() const;

Completed in 24 milliseconds