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

  /external/v8/src/crankshaft/
typing.cc 351 NarrowType(expr, bounds_->get(expr->result()));
369 NarrowType(expr,
378 NarrowType(expr, store_.LookupBounds(variable_index(var)));
385 NarrowType(expr, AstBounds(type));
391 NarrowType(expr, AstBounds(AstType::Object()));
419 NarrowType(expr, AstBounds(AstType::Object()));
430 NarrowType(expr, AstBounds(AstType::Object()));
462 NarrowType(expr, bounds_->get(rhs));
483 NarrowType(expr, AstBounds(AstType::None()));
561 NarrowType(expr, AstBounds(AstType::None(), AstType::Receiver()))
    [all...]
typing.h 54 void NarrowType(Expression* e, AstBounds b) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 408 Type *NarrowType = nullptr;
411 NarrowType = Zext->getSrcTy();
415 if (!NarrowType)
426 if (Zext->getSrcTy() != NarrowType || !Zext->hasOneUse())
432 Constant *Trunc = ConstantExpr::getTrunc(C, NarrowType);
455 PHINode *NewPhi = PHINode::Create(NarrowType, NumIncomingValues,
    [all...]

Completed in 92 milliseconds