Searched defs:getCondition (Results 1 – 8 of 8) sorted by relevance
347 syntax::Expression *syntax::StaticAssertDeclaration::getCondition() { in getCondition() function in syntax::StaticAssertDeclaration
407 llvm::StringRef getCondition() const { in getCondition() function
561 const Expr *getCondition() const { return Condition; } in getCondition() function
81 static Value *getCondition(Instruction *I) { in getCondition() function
371 Value *BranchInst::getCondition() const { in getCondition() function in llvm::sandboxir::BranchInst1101 Value *SwitchInst::getCondition() const { in getCondition() function in llvm::sandboxir::SwitchInst
451 const Value *getCondition() const { return getOperand(0); } in getCondition() function454 Value *getCondition() { return getOperand(0); } in getCondition() function
407 const Expr *getCondition(const Stmt *S) { in getCondition() function
745 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } in getCondition() function807 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition() function8855 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition() function8901 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition() function