HomeSort by relevance Sort by last modified time
    Searched defs:RHSType (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 62 const TypeDescriptor &RHSType;
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 34 Type *RHSType = RHSVal->getType();
52 I->getOperand(1)->getType() != RHSType)
93 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
    [all...]