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

/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp831 LatticeVal FVal = getValueState(I.getFalseValue()); local
834 if (TVal.isConstant() && FVal.isConstant() &&
835 TVal.getConstant() == FVal.getConstant())
836 return markConstant(&I, FVal.getConstant());
839 return mergeInValue(&I, FVal);
840 if (FVal.isUndefined()) // select ?, X, undef -> X.
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1227 SDValue FVal = Sel.getOperand(3); local
1234 ConstantSDNode *CFVal = dyn_cast<ConstantSDNode>(FVal);
1244 std::swap(TVal, FVal);
1254 FVal = Other;
1258 return DAG.getNode(AArch64ISD::CSEL, dl, Sel.getValueType(), FVal, TVal,
1313 SDValue FVal = DAG.getConstant(0, MVT::i32); local
1319 Overflow = DAG.getNode(AArch64ISD::CSEL, SDLoc(Op), MVT::i32, FVal, TVal,
3089 SDValue FVal = DAG.getConstant(0, VT); local
3112 return DAG.getNode(AArch64ISD::CSEL, dl, VT, FVal, TVal, CCVal, Cmp);
3131 return DAG.getNode(AArch64ISD::CSEL, dl, VT, FVal, TVa
3177 SDValue FVal = Op->getOperand(2); local
3213 SDValue FVal = Op.getOperand(3); local
[all...]
H A DAArch64ISelDAGToDAG.cpp2001 APFloat FVal(0.0);
2003 FVal = CN->getValueAPF();
2012 FVal = cast<ConstantFP>(CN->getConstVal())->getValueAPF();
2028 FVal.convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp688 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1);
690 FVal.changeSign();
691 NextVal = llvm::ConstantFP::get(getLLVMContext(), FVal);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19866 ConstantSDNode *FVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(0));
19872 if (!FVal) {
19886 if (FVal && FVal->getZExtValue() != 0) {
19887 if (FVal->getZExtValue() != 1)
19889 // If FVal is 1, opposite cond is needed.
19893 // Quit if TVal is not the constant opposite of FVal.
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3286 SDValue FVal = DAG.getConstant(0, MVT::i32); local
3289 SDValue Overflow = DAG.getNode(ARMISD::CMOV, SDLoc(Op), VT, TVal, FVal,

Completed in 798 milliseconds