Lines Matching refs:Function
169 /// This function will return true iff every bit in this constant is set
177 /// This function will return true iff this constant represents the largest
189 /// This function will return true iff this constant represents the smallest
201 /// This function will return true iff this constant represents a value with
479 /// This function will return true iff every element in this vector constant
548 BlockAddress(Function *F, BasicBlock *BB);
550 /// get - Return a BlockAddress for the specified function and basic block.
551 static BlockAddress *get(Function *F, BasicBlock *BB);
554 /// block must be embedded into a function.
560 Function *getFunction() const { return (Function*)Op<0>().get(); }
706 // @brief Convenience function for getting one of the casting operations
800 // This form of the function only exists to avoid ambiguous overload
817 // This form of the function only exists to avoid ambiguous overload