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 156 return VM[V] = CE->getWithOperands(Ops, NewTy);
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 360 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 377 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 319 milliseconds