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

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 104 virtual bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 381 if (isFoldable(3, 2, false)) {
404 if (isFoldable(3, 2, false)) {
422 if (isFoldable(3, 2, false)) {
447 if (isFoldable(2, 1, true)) {
465 if (isFoldable(3, 2, false)) {
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 529 bool isFoldable(unsigned SizeCIOp, unsigned, bool) const {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 783 bool isFoldable(unsigned SizeCIOp, unsigned SizeArgOp, bool isString) const {
    [all...]

Completed in 820 milliseconds