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

  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 752 /// or vector value FromVal, extracting the bits from the offset specified by
762 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType,
766 Type *FromType = FromVal->getType();
768 return FromVal;
776 return Builder.CreateBitCast(FromVal, ToType);
796 Value *V = Builder.CreateExtractElement(FromVal, Idx);
    [all...]
IndVarSimplify.cpp 103 bool isValidRewrite(Value *FromVal, Value *ToVal);
138 bool IndVarSimplify::isValidRewrite(Value *FromVal, Value *ToVal) {
149 Value *FromPtr = FromVal;
151 if (GEPOperator *GEP = dyn_cast<GEPOperator>(FromVal)) {
157 if (FromPtr != FromVal || ToPtr != ToVal) {
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
ASTImporter.cpp     [all...]

Completed in 50 milliseconds