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

  /external/llvm/lib/IR/
Metadata.cpp 843 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF();
844 if (AVal.compare(BVal) == APFloat::cmpLessThan)
963 ConstantInt *BVal = mdconst::extract<ConstantInt>(B->getOperand(0));
964 if (AVal->getZExtValue() < BVal->getZExtValue())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 98 BinaryParam BVal;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 141 const APInt &BVal = CB->getValue();
146 BVal.sadd_ov(CVal, Overflow);
148 BVal.ssub_ov(CVal, Overflow);
    [all...]

Completed in 87 milliseconds