Searched refs:isFPOrFPVectorTy (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/VMCore/
H A DVerifier.cpp924 Assert1(SrcTy->isFPOrFPVectorTy(),"FPTrunc only operates on FP", &I);
925 Assert1(DestTy->isFPOrFPVectorTy(),"FPTrunc only produces an FP", &I);
942 Assert1(SrcTy->isFPOrFPVectorTy(),"FPExt only operates on FP", &I);
943 Assert1(DestTy->isFPOrFPVectorTy(),"FPExt only produces an FP", &I);
963 Assert1(DestTy->isFPOrFPVectorTy(),
986 Assert1(DestTy->isFPOrFPVectorTy(),
1007 Assert1(SrcTy->isFPOrFPVectorTy(), "FPToUI source must be FP or FP vector",
1030 Assert1(SrcTy->isFPOrFPVectorTy(),
1239 Assert1(B.getType()->isFPOrFPVectorTy(),
1295 Assert1(Op0Ty->isFPOrFPVectorTy(),
[all...]
H A DConstants.cpp1427 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
1486 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
1498 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
1510 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() &&
1521 assert(C->getType()->isIntOrIntVectorTy() && Ty->isFPOrFPVectorTy() &&
1532 assert(C->getType()->isFPOrFPVectorTy() && Ty->isIntOrIntVectorTy() &&
1543 assert(C->getType()->isFPOrFPVectorTy()
[all...]
H A DInstructions.cpp1770 assert(getType()->isFPOrFPVectorTy() &&
1785 assert(getType()->isFPOrFPVectorTy() &&
1799 assert(getType()->isFPOrFPVectorTy() &&
2423 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
2436 assert(C->getType()->isFPOrFPVectorTy() && Ty->isFPOrFPVectorTy() &&
2650 return SrcTy->isFPOrFPVectorTy() && DstTy->isFPOrFPVectorTy() &&
2653 return SrcTy->isFPOrFPVectorTy()
[all...]
H A DValueTypes.cpp45 return LLVMTy->isFPOrFPVectorTy();
H A DType.cpp66 /// isFPOrFPVectorTy - Return true if this is a FP type or a vector of FP types.
68 bool Type::isFPOrFPVectorTy() const { function in class:Type
/external/llvm/include/llvm/
H A DOperator.h182 return I->getType()->isFPOrFPVectorTy();
H A DType.h168 /// isFPOrFPVectorTy - Return true if this is a FP type or a vector of FP.
170 bool isFPOrFPVectorTy() const;
H A DInstructions.h1072 assert(getOperand(0)->getType()->isFPOrFPVectorTy() &&
1091 assert(getOperand(0)->getType()->isFPOrFPVectorTy() &&
1108 assert(getOperand(0)->getType()->isFPOrFPVectorTy() &&
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp826 if (SI.getType()->isFPOrFPVectorTy()) {
840 if (SI.getType()->isFPOrFPVectorTy())
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp137 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
139 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
141 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
144 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
147 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
1242 if (OpTy->isFPOrFPVectorTy())
2206 if (LHS->getType()->isFPOrFPVectorTy())
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp408 if (Ops.LHS->getType()->isFPOrFPVectorTy())
1443 if (BinOp.RHS->getType()->isFPOrFPVectorTy())
1784 if (Ops.LHS->getType()->isFPOrFPVectorTy()) {
2003 if (op.LHS->getType()->isFPOrFPVectorTy())
2025 if (op.LHS->getType()->isFPOrFPVectorTy())
2259 if (LHS->getType()->isFPOrFPVectorTy()) {
H A DTargetInfo.cpp2376 assert((TyLo->isFPOrFPVectorTy() ^ TyHi->isFPOrFPVectorTy()) &&
H A DCGBuiltin.cpp240 Imag->getType()->isFPOrFPVectorTy()
H A DCGExpr.cpp3334 assert(Val->getType()->isFPOrFPVectorTy());
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2204 if (!Val0->getType()->isFPOrFPVectorTy())
2289 if (!Val0->getType()->isFPOrFPVectorTy())
3331 LHS->getType()->isFPOrFPVectorTy();
3334 case 2: Valid = LHS->getType()->isFPOrFPVectorTy(); break;
3378 if (!LHS->getType()->isFPOrFPVectorTy())
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp680 && (T1->isFPOrFPVectorTy() || T2->isFPOrFPVectorTy()))

Completed in 273 milliseconds