Searched refs:FVal (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeMCInstLower.cpp153 APFloat FVal = MO.getFPImm()->getValueAPF(); local
154 FVal.convert(APFloat::IEEEsingle, APFloat::rmTowardZero, &ignored);
156 APInt IVal = FVal.bitcastToAPInt();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp839 LatticeVal FVal = getValueState(I.getFalseValue()); local
842 if (TVal.isConstant() && FVal.isConstant() &&
843 TVal.getConstant() == FVal.getConstant())
844 return markConstant(&I, FVal.getConstant());
847 return mergeInValue(&I, FVal);
848 if (FVal.isUndefined()) // select ?, X, undef -> X.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp14390 ConstantSDNode *FVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(0)); local
14396 if (!FVal) {
14404 if (FVal && FVal->getZExtValue() != 0) {
14405 if (FVal->getZExtValue() != 1)
14407 // If FVal is 1, opposite cond is needed.
14411 // Quit if TVal is not the constant opposite of FVal.

Completed in 260 milliseconds