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

  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 141 return VM[V] = CE->getWithOperands(Ops, NewTy);
  /external/llvm/include/llvm/
Constants.h     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 363 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 378 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 657 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
    [all...]

Completed in 1329 milliseconds