Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DOperator.h61 bool isFast() const { return cast<llvm::FPMathOperator>(Val)->isFast(); } in isFast() function
H A DInstruction.h240 bool isFast() const { return cast<llvm::Instruction>(Val)->isFast(); } in isFast() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h72 bool isFast() const { return all(); } in isFast() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp624 bool Instruction::isFast() const { in isFast() function in Instruction
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2260 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter()