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

  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h 589 /// isElementTypeCompatible - Return true if a ConstantDataSequential can be
593 static bool isElementTypeCompatible(Type *Ty);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 421 if(!CDS->isElementTypeCompatible(I.getType()))
    [all...]

Completed in 531 milliseconds