HomeSort by relevance Sort by last modified time
    Searched refs:BVal (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
Metadata.cpp 414 APFloat BVal = cast<ConstantFP>(B->getOperand(0))->getValueAPF();
415 if (AVal.compare(BVal) == APFloat::cmpLessThan)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 98 BinaryParam BVal;
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 154 const APInt &BVal = CB->getValue();
159 BVal.sadd_ov(CVal, Overflow);
161 BVal.ssub_ov(CVal, Overflow);
    [all...]

Completed in 1910 milliseconds