HomeSort by relevance Sort by last modified time
    Searched defs:getFastMathFlags (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/IR/
Instruction.cpp 207 FastMathFlags Instruction::getFastMathFlags() const {
209 return cast<FPMathOperator>(this)->getFastMathFlags();
214 copyFastMathFlags(I->getFastMathFlags());
234 copyFastMathFlags(FP->getFastMathFlags());
251 FastMathFlags FM = getFastMathFlags();
252 FM &= FP->getFastMathFlags();
  /external/llvm/include/llvm/IR/
Operator.h 298 FastMathFlags getFastMathFlags() const {
IRBuilder.h 193 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 324 FastMathFlags getFastMathFlags() const {
IRBuilder.h 212 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 324 FastMathFlags getFastMathFlags() const {
IRBuilder.h 212 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 324 FastMathFlags getFastMathFlags() const {
IRBuilder.h 212 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 324 FastMathFlags getFastMathFlags() const {
IRBuilder.h 212 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 324 FastMathFlags getFastMathFlags() const {
IRBuilder.h 212 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 324 FastMathFlags getFastMathFlags() const {
IRBuilder.h 212 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 324 FastMathFlags getFastMathFlags() const {
IRBuilder.h 212 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 324 FastMathFlags getFastMathFlags() const {
IRBuilder.h 212 FastMathFlags getFastMathFlags() const { return FMF; }
    [all...]

Completed in 593 milliseconds