Home
last modified time | relevance | path

Searched defs:isFast (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFMF.h74 bool isFast() const { return all(); } in isFast() function
H A DOperator.h241 bool isFast() const { in isFast() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp299 bool Instruction::isFast() const { in isFast() function in Instruction
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2199 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter()